Localization: Keep date as the first parameter, before time. English localization...
authorRotem Liss <rotem@users.mediawiki.org>
Sun, 14 Sep 2008 14:34:12 +0000 (14:34 +0000)
committerRotem Liss <rotem@users.mediawiki.org>
Sun, 14 Sep 2008 14:34:12 +0000 (14:34 +0000)
includes/specials/SpecialUndelete.php

index 25a75f9..5979009 100644 (file)
@@ -770,7 +770,7 @@ class UndeleteForm {
                $t = htmlspecialchars( $wgLang->time( $timestamp, true ) );
                $user = $skin->revUserTools( $rev );
 
-               $wgOut->addHtml( '<p>' . wfMsgHtml( 'undelete-revision', $link, $time, $user, $t, $d ) . '</p>' );
+               $wgOut->addHtml( '<p>' . wfMsgHtml( 'undelete-revision', $link, $time, $user, $d, $t ) . '</p>' );
 
                wfRunHooks( 'UndeleteShowRevision', array( $this->mTargetObj, $rev ) );