From 855732e21cb44ba5de0347546fa95cb88c60ce9d Mon Sep 17 00:00:00 2001 From: Rob Church Date: Mon, 13 Aug 2007 19:49:05 +0000 Subject: [PATCH] Tweak comment to be clearer these are rights, not groups --- includes/DefaultSettings.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 8b21de080c..ce1aaf9f07 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1103,12 +1103,14 @@ $wgGroupPermissions['bureaucrat']['userrights'] = true; $wgRestrictionTypes = array( 'edit', 'move' ); /** - * Set of permission keys that can be selected via action=protect. - * 'autoconfirm' allows all registerd users if $wgAutoConfirmAge is 0. + * Rights which can be required for each protection level (via action=protect) * * You can add a new protection level that requires a specific * permission by manipulating this array. The ordering of elements * dictates the order on the protection form's lists. + * + * '' will be ignored (i.e. unprotected) + * 'sysop' is quietly rewritten to 'protect' for backwards compatibility */ $wgRestrictionLevels = array( '', 'autoconfirmed', 'sysop' ); -- 2.20.1