From 4e50027c14dff39369f117f28da1a1ae509a8fc3 Mon Sep 17 00:00:00 2001 From: Steve Sanbeg Date: Tue, 12 Dec 2006 21:37:36 +0000 Subject: [PATCH] correct confusing comment Special:protect->action=protect, reported by AzaTht --- includes/DefaultSettings.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index b295789968..49545e4604 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -969,14 +969,14 @@ $wgGroupPermissions['bureaucrat']['userrights'] = true; # $wgGroupPermissions['developer']['siteadmin'] = true; /** - * Set of available actions that can be restricted via Special:Protect + * Set of available actions that can be restricted via action=protect * You probably shouldn't change this. * Translated trough restriction-* messages. */ $wgRestrictionTypes = array( 'edit', 'move' ); /** - * Set of permission keys that can be selected via Special:Protect. + * Set of permission keys that can be selected via action=protect. * 'autoconfirm' allows all registerd users if $wgAutoConfirmAge is 0. */ $wgRestrictionLevels = array( '', 'autoconfirmed', 'sysop' ); -- 2.20.1