Clarify that $wgAmericanDates is not limited to English
authorChristian Aistleitner <christian@quelltextlich.at>
Wed, 5 Nov 2014 09:58:58 +0000 (10:58 +0100)
committerChristian Aistleitner <christian@quelltextlich.at>
Wed, 12 Nov 2014 21:46:04 +0000 (22:46 +0100)
$wgAmericanDates is used whenever the defaultDateFormat is set to
"dmy or mdy", which is not only true for English, but currently also
(among others) for Macedonian, or Persian.

Change-Id: I75fd239bc617e4fc2caa738923021b9d22adb1a1

includes/DefaultSettings.php

index b779c01..4a35120 100644 (file)
@@ -2715,8 +2715,8 @@ $wgBrowserBlackList = array(
 $wgLegacySchemaConversion = false;
 
 /**
- * Enable dates like 'May 12' instead of '12 May', this only takes effect if
- * the interface is set to English.
+ * Enable dates like 'May 12' instead of '12 May', if the default date format
+ * is 'dmy or mdy'.
  */
 $wgAmericanDates = false;