Documenting this, because it makes no sense.
authorChad Horohoe <demon@users.mediawiki.org>
Wed, 18 Mar 2009 21:32:58 +0000 (21:32 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Wed, 18 Mar 2009 21:32:58 +0000 (21:32 +0000)
includes/parser/CoreParserFunctions.php

index f5bb76e..e57793f 100644 (file)
@@ -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;