From b9cb3cd792baf44db37cd644edab82a80637b11f Mon Sep 17 00:00:00 2001 From: Rob Church Date: Thu, 4 Jan 2007 14:09:24 +0000 Subject: [PATCH] Remove commented-out code --- includes/SpecialPreferences.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/SpecialPreferences.php b/includes/SpecialPreferences.php index d910dfffb4..643932c4c1 100644 --- a/includes/SpecialPreferences.php +++ b/includes/SpecialPreferences.php @@ -894,8 +894,6 @@ class PreferencesForm { $this->mUsedToggles['watchmoves'] = true; $this->mUsedToggles['watchdeletion'] = true; - #$wgOut->addHtml( $this->getToggles( array( 'watchdefault', 'watchcreations', 'watchmoves', 'watchdeletion' ) ) ); - $wgOut->addHtml( '' ); # Search -- 2.20.1