From: Steve Sanbeg Date: Tue, 12 Dec 2006 21:37:36 +0000 (+0000) Subject: correct confusing comment Special:protect->action=protect, reported by AzaTht X-Git-Tag: 1.31.0-rc.0~54921 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=4e50027c14dff39369f117f28da1a1ae509a8fc3;p=lhc%2Fweb%2Fwiklou.git correct confusing comment Special:protect->action=protect, reported by AzaTht --- 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' );