From 9c8ab8dee55273aaf374d6cad5ec2fd1c36fe57f Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Thu, 27 Dec 2007 22:27:57 +0000 Subject: [PATCH] comment out unused level drop-down --- includes/SpecialProtectedtitles.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SpecialProtectedtitles.php b/includes/SpecialProtectedtitles.php index 69638afeac..4bc303bb17 100755 --- a/includes/SpecialProtectedtitles.php +++ b/includes/SpecialProtectedtitles.php @@ -102,7 +102,7 @@ class ProtectedTitlesForm { Xml::element( 'legend', array(), wfMsg( 'protectedtitles' ) ) . Xml::hidden( 'title', $special ) . " \n" . $this->getNamespaceMenu( $namespace ) . " \n" . - $this->getLevelMenu( $level ) . "
\n" . + // $this->getLevelMenu( $level ) . "
\n" . " " . Xml::submitButton( wfMsg( 'allpagessubmit' ) ) . "\n" . ""; } -- 2.20.1