Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -2838,10 +2838,10 @@ |
2839 | 2839 | /** |
2840 | 2840 | * Array of groups which should never trigger the rate limiter |
2841 | 2841 | * |
2842 | | - * @deprecated as of 1.13, use $wgGroupPermissions[]['noratelimit'] |
2843 | | - * instead. |
| 2842 | + * Removed as of 1.13, use $wgGroupPermissions[]['noratelimit'] instead. |
| 2843 | + * User::isPingLimitable() uses it now. |
2844 | 2844 | */ |
2845 | | -$wgRateLimitsExcludedGroups = array(); |
| 2845 | +# $wgRateLimitsExcludedGroups = array(); |
2846 | 2846 | |
2847 | 2847 | /** |
2848 | 2848 | * On Special:Unusedimages, consider images "used", if they are put |