From: Ævar Arnfjörð Bjarmason Date: Thu, 7 Apr 2005 14:08:04 +0000 (+0000) Subject: * Rewrote the comment for $wgAmericanDates to be more specific. X-Git-Tag: 1.5.0alpha1~370 X-Git-Url: http://git.cyclocoop.org/%22.%20generer_url_ecrire%28%22sites_tous%22%2C%22%22%29.%20%22?a=commitdiff_plain;h=339090b1d5715d0de81c08237ec827571c04d389;p=lhc%2Fweb%2Fwiklou.git * Rewrote the comment for $wgAmericanDates to be more specific. --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 180604d74d..004cc5e105 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -372,7 +372,9 @@ $wgDTD = 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'; /** Enable to allow rewriting dates in page text. * DOES NOT FORMAT CORRECTLY FOR MOST LANGUAGES */ $wgUseDynamicDates = false; -/** Enable for English module to print dates as eg 'May 12' instead of '12 May' */ +/** Enable dates like 'May 12' instead of '12 May', this only takes effect if + * the interface is set to English + */ $wgAmericanDates = false; /** * For Hindi and Arabic use local numerals instead of Western style (0-9)