From 339090b1d5715d0de81c08237ec827571c04d389 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Thu, 7 Apr 2005 14:08:04 +0000 Subject: [PATCH] * Rewrote the comment for $wgAmericanDates to be more specific. --- includes/DefaultSettings.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) -- 2.20.1