Remove unused mdy data format.
authorSiebrand Mazeland <siebrand@users.mediawiki.org>
Thu, 28 Apr 2011 08:29:06 +0000 (08:29 +0000)
committerSiebrand Mazeland <siebrand@users.mediawiki.org>
Thu, 28 Apr 2011 08:29:06 +0000 (08:29 +0000)
languages/messages/MessagesId.php

index 54b44bf..bafd580 100644 (file)
@@ -300,10 +300,6 @@ $specialPageAliases = array(
 );
 
 $dateFormats = array(
-       'mdy time' => 'H.i',
-       'mdy date' => 'F j, Y',
-       'mdy both' => 'H.i, F j, Y',
-
        'dmy time' => 'H.i',
        'dmy date' => 'j F Y',
        'dmy both' => 'j F Y H.i',