Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -2888,6 +2888,7 @@ |
2889 | 2889 | * Users without this will not see it in the option menu and can not view it |
2890 | 2890 | * Restricted logs are not added to recent changes |
2891 | 2891 | * Logs should remain non-transcludable |
| 2892 | + * Format: logtype => permissiontype |
2892 | 2893 | */ |
2893 | 2894 | $wgLogRestrictions = array( |
2894 | 2895 | 'suppress' => 'suppressionlog' |