Index: trunk/phase3/includes/specials/SpecialContributions.php |
— | — | @@ -490,7 +490,8 @@ |
491 | 491 | $histlink='('.$sk->makeKnownLinkObj( $page, $this->messages['hist'], 'action=history' ) . ')'; |
492 | 492 | |
493 | 493 | $comment = $wgContLang->getDirMark() . $sk->revComment( $rev, false, true ); |
494 | | - $d = $wgLang->timeanddate( wfTimestamp( TS_MW, $row->rev_timestamp ), true ); |
| 494 | + $date = $wgLang->timeanddate( wfTimestamp( TS_MW, $row->rev_timestamp ), true ); |
| 495 | + $d = $sk->makeKnownLinkObj( $page, $date, 'oldid='.intval($row->rev_id) ); |
495 | 496 | |
496 | 497 | if( $this->target == 'newbies' ) { |
497 | 498 | $userlink = ' . . ' . $sk->userLink( $row->rev_user, $row->rev_user_text ); |