From 8f25eccecbce818ab7358378fd17a1732653b3c7 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Wed, 18 Mar 2009 21:32:58 +0000 Subject: [PATCH] Documenting this, because it makes no sense. --- includes/parser/CoreParserFunctions.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/parser/CoreParserFunctions.php b/includes/parser/CoreParserFunctions.php index f5bb76ef1f..e57793f577 100644 --- a/includes/parser/CoreParserFunctions.php +++ b/includes/parser/CoreParserFunctions.php @@ -96,6 +96,8 @@ class CoreParserFunctions { $pref = $parser->mOptions->getDateFormat(); + // Specify a different default date format other than the the normal default + // iff the user has 'default' for their setting if ($pref == 'default' && $defaultPref) $pref = $defaultPref; -- 2.20.1