From: Christian Aistleitner Date: Wed, 5 Nov 2014 09:58:58 +0000 (+0100) Subject: Clarify that $wgAmericanDates is not limited to English X-Git-Tag: 1.31.0-rc.0~13314^2 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=d5d0ab50294ef2f4d0da94b823852ae67646b9bf;p=lhc%2Fweb%2Fwiklou.git Clarify that $wgAmericanDates is not limited to English $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 --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index b779c01b8f..4a351205f5 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -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;