Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -2498,7 +2498,8 @@ |
2499 | 2499 | |
2500 | 2500 | /** |
2501 | 2501 | * Whether or not to allow and use real name fields. |
2502 | | - * @deprecated in 1.16, use $wgHiddenPrefs[] = 'realname' below |
| 2502 | + * @deprecated in 1.16, use $wgHiddenPrefs[] = 'realname' below to disable real |
| 2503 | + * names |
2503 | 2504 | */ |
2504 | 2505 | $wgAllowRealName = true; |
2505 | 2506 | |
— | — | @@ -3823,4 +3824,4 @@ |
3824 | 3825 | * $wgInvalidUsernameCharacters above, or you will not be able to |
3825 | 3826 | * modify the user rights of those users via Special:UserRights |
3826 | 3827 | */ |
3827 | | -$wgUserrightsInterwikiDelimiter = '@'; |
\ No newline at end of file |
| 3828 | +$wgUserrightsInterwikiDelimiter = '@'; |