Message 'confirmemail_body' - date and time separated as of request by user "Der...
authorPurodha B Blissenbach <purodha@users.mediawiki.org>
Mon, 1 Jun 2009 20:57:11 +0000 (20:57 +0000)
committerPurodha B Blissenbach <purodha@users.mediawiki.org>
Mon, 1 Jun 2009 20:57:11 +0000 (20:57 +0000)
http://translatewiki.net/w/i.php?title=Support&oldid=1243738#split_date_and_time

includes/User.php
languages/messages/MessagesQqq.php

index e168fe9..c1cab66 100644 (file)
@@ -2840,7 +2840,9 @@ class User {
                                $this->getName(),
                                $url,
                                $wgLang->timeanddate( $expiration, false ),
-                               $invalidateURL ) );
+                               $invalidateURL,
+                               $wgLang->date( $expiration, false ),
+                               $wgLang->time( $expiration, false ) ) );
        }
 
        /**
index 5578910..78eebc8 100644 (file)
@@ -2725,8 +2725,10 @@ Please leave the link http://www.mediawiki.org/wiki/Manual:External_editors exac
 *$1 is the IP adress of the user that changed the e-mail adress
 *$2 is the name of the user
 *$3 is a URL to [[Special:ConfirmEmail]]
-*$4 is a time and date 
-*$5 is a URL to [[Special:InvalidateEmail]]',
+*$4 is a time and date (duplicated by $6 and $7)
+*$5 is a URL to [[Special:InvalidateEmail]]
+*$6 is a date 
+*$7 is a time',
 'confirmemail_invalidated' => 'This is the text of the special page [[Special:InvalidateEmail|InvalidateEmail]] (with the title in [[Mediawiki:Invalidateemail]]) where user goes if he chooses the cancel e-mail confirmation link from the confirmation e-mail.',
 'invalidateemail'          => "This is the '''name of the special page''' where user goes if he chooses the cancel e-mail confirmation link from the confirmation e-mail.",