Index: trunk/phase3/includes/specials/SpecialRecentchanges.php |
— | — | @@ -623,7 +623,9 @@ |
624 | 624 | if( $options['from'] ) { |
625 | 625 | $note .= wfMsgExt( 'rcnotefrom', array( 'parseinline' ), |
626 | 626 | $wgLang->formatNum( $options['limit'] ), |
627 | | - $wgLang->timeanddate( $options['from'], true ) ) . '<br />'; |
| 627 | + $wgLang->timeanddate( $options['from'], true ), |
| 628 | + $wgLang->date( $options['from'], true ), |
| 629 | + $wgLang->time( $options['from'], true ) ) . '<br />'; |
628 | 630 | } |
629 | 631 | |
630 | 632 | # Sort data for display and make sure it's unique after we've added user data. |
Index: trunk/phase3/languages/messages/MessagesQqq.php |
— | — | @@ -1229,7 +1229,9 @@ |
1230 | 1230 | 'rcnotefrom' => 'This message is displayed at [[Special:RecentChanges]] when viewing recentchanges from some specific time. |
1231 | 1231 | |
1232 | 1232 | Parameter $1 is the maximum number of changes that are displayed. |
1233 | | -Parameter $2 is a date and time.', |
| 1233 | +Parameter $2 is a date and time. |
| 1234 | +Parameter $3 is a date. |
| 1235 | +Parameter $4 is a time.', |
1234 | 1236 | 'rclistfrom' => 'Used on [[Special:RecentChanges]]. Parameter $1 is a date.', |
1235 | 1237 | 'rcshowhideminor' => 'Option text in [[Special:RecentChanges]]', |
1236 | 1238 | 'rcshowhidebots' => "Option text in [[Special:RecentChanges]]. $1 is the 'show/hide' command, with the text taken from either [[Mediawiki:Show]] or [[Mediawiki:Hide]]. |