Follow up on r56560. Typo.
authorPhilip Tzou <philip@users.mediawiki.org>
Thu, 17 Sep 2009 19:53:49 +0000 (19:53 +0000)
committerPhilip Tzou <philip@users.mediawiki.org>
Thu, 17 Sep 2009 19:53:49 +0000 (19:53 +0000)
includes/DefaultSettings.php

index 9a40e7b..fa30f3e 100644 (file)
@@ -987,13 +987,13 @@ $wgDefaultLanguageVariant = false;
 
 /** Disabled variants array of language variant conversion.
  *  example:
- *  $wgDisabledVariant[] = 'zh-mo';
- *  $wgDisabledVariant[] = 'zh-my';
+ *  $wgDisabledVariants[] = 'zh-mo';
+ *  $wgDisabledVariants[] = 'zh-my';
  *
  *  or:
- *  $wgDisabledVariant = array('zh-mo', 'zh-my');
+ *  $wgDisabledVariants = array('zh-mo', 'zh-my');
  */
-$wgDisabledVariant = array();
+$wgDisabledVariants = array();
 
 /**
  * Show a bar of language selection links in the user login and user