From 7d2ec240a1f4167a205100faf90e7a510861976f Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Wed, 9 Jul 2003 04:47:12 +0000 Subject: [PATCH] Disable dynamic dates feature by default --- includes/DefaultSettings.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 60ad7a293e..9a8f5609d2 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -45,8 +45,9 @@ $wgOutputEncoding = "ISO-8859-1"; $wgEditEncoding = ""; $wgDocType = "-//W3C//DTD HTML 4.01 Transitional//EN"; $wgDTD = "http://www.w3.org/TR/html4/loose.dtd"; -$wgAmericanDates = false; # Enable for English module to print dates - # as eg 'May 12' instead of '12 May' +$wgUseDynamicDates = false; # Enable to allow rewriting dates in page text +$wgAmericanDates = false; # Enable for English module to print dates + # as eg 'May 12' instead of '12 May' $wgLocalInterwiki = "w"; $wgShowIPinHeader = true; # For non-logged in users -- 2.20.1