r50822 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r50821‎ | r50822 | r50823 >
Date:14:30, 20 May 2009
Author:simetrical
Status:ok
Tags:
Comment:
Clarify comment on $wgAllowRealName deprecation

As suggested by jidanni on bug 18761.
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -2498,7 +2498,8 @@
24992499
25002500 /**
25012501 * 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
25032504 */
25042505 $wgAllowRealName = true;
25052506
@@ -3823,4 +3824,4 @@
38243825 * $wgInvalidUsernameCharacters above, or you will not be able to
38253826 * modify the user rights of those users via Special:UserRights
38263827 */
3827 -$wgUserrightsInterwikiDelimiter = '@';
\ No newline at end of file
 3828+$wgUserrightsInterwikiDelimiter = '@';

Follow-up revisions

RevisionCommit summaryAuthorDate
r51880Follow-up to r50822. Add id="mw-returnto" to allow styling.siebrand11:11, 15 June 2009

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r50782(bug 18761) Add setting to hide a list of preferences.demon17:07, 19 May 2009

Status & tagging log