From 2b1f09ec1717588eb887a0e66f7f81cf5e0c1faa Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Wed, 4 May 2005 20:43:56 +0000 Subject: [PATCH] * $wgRCSeconds removed (it's been deprecated for some time, old ghosts around) --- includes/DefaultSettings.php | 3 --- includes/SpecialSitesettings.php | 1 - 2 files changed, 4 deletions(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 2fb94b98be..c34a8c5f1f 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -900,9 +900,6 @@ if( !isset( $wgCommandLineMode ) ) { # Recent changes settings # -/** Show seconds in Recent Changes */ -$wgRCSeconds = false; - /** Log IP addresses in the recentchanges table */ $wgPutIPinRC = false; diff --git a/includes/SpecialSitesettings.php b/includes/SpecialSitesettings.php index 87f5559bef..6c07915434 100644 --- a/includes/SpecialSitesettings.php +++ b/includes/SpecialSitesettings.php @@ -68,7 +68,6 @@ class SiteSettingsForm extends HTMLForm { $this->textbox( 'wgSiteSupportPage' ) . $this->textbox( 'wgSiteNotice' ) . $this->checkbox( 'wgDisableAnonTalk' ). - $this->checkbox( 'wgRCSeconds' ) . $this->checkbox( 'wgCapitalLinks' ). $this->checkbox( 'wgShowCreditsIfMax' ) . $this->textbox( 'wgMaxCredits' ). -- 2.20.1