Index: trunk/phase3/includes/User.php |
— | — | @@ -2840,7 +2840,9 @@ |
2841 | 2841 | $this->getName(), |
2842 | 2842 | $url, |
2843 | 2843 | $wgLang->timeanddate( $expiration, false ), |
2844 | | - $invalidateURL ) ); |
| 2844 | + $invalidateURL, |
| 2845 | + $wgLang->date( $expiration, false ), |
| 2846 | + $wgLang->time( $expiration, false ) ) ); |
2845 | 2847 | } |
2846 | 2848 | |
2847 | 2849 | /** |
Index: trunk/phase3/languages/messages/MessagesQqq.php |
— | — | @@ -2725,8 +2725,10 @@ |
2726 | 2726 | *$1 is the IP adress of the user that changed the e-mail adress |
2727 | 2727 | *$2 is the name of the user |
2728 | 2728 | *$3 is a URL to [[Special:ConfirmEmail]] |
2729 | | -*$4 is a time and date |
2730 | | -*$5 is a URL to [[Special:InvalidateEmail]]', |
| 2729 | +*$4 is a time and date (duplicated by $6 and $7) |
| 2730 | +*$5 is a URL to [[Special:InvalidateEmail]] |
| 2731 | +*$6 is a date |
| 2732 | +*$7 is a time', |
2731 | 2733 | '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.', |
2732 | 2734 | '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.", |
2733 | 2735 | |