r56561 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r56560‎ | r56561 | r56562 >
Date:19:53, 17 September 2009
Author:philip
Status:ok
Tags:
Comment:
Follow up on r56560. Typo.
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -987,13 +987,13 @@
988988
989989 /** Disabled variants array of language variant conversion.
990990 * example:
991 - * $wgDisabledVariant[] = 'zh-mo';
992 - * $wgDisabledVariant[] = 'zh-my';
 991+ * $wgDisabledVariants[] = 'zh-mo';
 992+ * $wgDisabledVariants[] = 'zh-my';
993993 *
994994 * or:
995 - * $wgDisabledVariant = array('zh-mo', 'zh-my');
 995+ * $wgDisabledVariants = array('zh-mo', 'zh-my');
996996 */
997 -$wgDisabledVariant = array();
 997+$wgDisabledVariants = array();
998998
999999 /**
10001000 * Show a bar of language selection links in the user login and user

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r56560Follow up on r55415 and r56458. Use another way to disable variants. Server a...philip19:51, 17 September 2009

Status & tagging log