r52175 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r52174‎ | r52175 | r52176 >
Date:19:30, 19 June 2009
Author:siebrand
Status:ok
Tags:
Comment:
Follow-up to r51579: fix copy paste error (time->date) per CR
Modified paths:
  • /trunk/phase3/includes/Article.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Article.php
@@ -3083,7 +3083,7 @@
30843084
30853085 $current = ( $oldid == $this->mLatest );
30863086 $td = $wgLang->timeanddate( $this->mTimestamp, true );
3087 - $tddate = $wgLang->time( $this->mTimestamp, true );
 3087+ $tddate = $wgLang->date( $this->mTimestamp, true );
30883088 $tdtime = $wgLang->time( $this->mTimestamp, true );
30893089 $sk = $wgUser->getSkin();
30903090 $lnk = $current

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r51579Allow splitting time and date with $4 and $5 for 'revision-info-current' and ...siebrand23:51, 7 June 2009

Status & tagging log