Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -372,7 +372,9 @@ |
373 | 373 | /** Enable to allow rewriting dates in page text. |
374 | 374 | * DOES NOT FORMAT CORRECTLY FOR MOST LANGUAGES */ |
375 | 375 | $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 | + */ |
377 | 379 | $wgAmericanDates = false; |
378 | 380 | /** |
379 | 381 | * For Hindi and Arabic use local numerals instead of Western style (0-9) |