r8116 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r8115‎ | r8116 | r8117 >
Date:14:08, 7 April 2005
Author:avar
Status:old
Tags:
Comment:
* Rewrote the comment for $wgAmericanDates to be more specific.
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -372,7 +372,9 @@
373373 /** Enable to allow rewriting dates in page text.
374374 * DOES NOT FORMAT CORRECTLY FOR MOST LANGUAGES */
375375 $wgUseDynamicDates = false;
376 -/** Enable for English module to print dates as eg 'May 12' instead of '12 May' */
 376+/** Enable dates like 'May 12' instead of '12 May', this only takes effect if
 377+ * the interface is set to English
 378+ */
377379 $wgAmericanDates = false;
378380 /**
379381 * For Hindi and Arabic use local numerals instead of Western style (0-9)

Status & tagging log