From fa5dec53ce155e2b1b7eb3f816e7e395703467c3 Mon Sep 17 00:00:00 2001 From: Rob Church Date: Tue, 5 Jun 2007 01:29:05 +0000 Subject: [PATCH] Clarification for $wgRestrictionLevels --- includes/DefaultSettings.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index cc5fa2542f..46ceea0f62 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1086,6 +1086,10 @@ $wgRestrictionTypes = array( 'edit', 'move' ); /** * Set of permission keys that can be selected via action=protect. * 'autoconfirm' allows all registerd users if $wgAutoConfirmAge is 0. + * + * 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. */ $wgRestrictionLevels = array( '', 'autoconfirmed', 'sysop' ); -- 2.20.1