r57562 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r57561‎ | r57562 | r57563 >
Date:15:32, 9 October 2009
Author:werdna
Status:deferred
Tags:
Comment:
Whitespace fixes
Modified paths:
  • /trunk/extensions/LiquidThreads/pages/ThreadHistoricalRevisionView.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/pages/ThreadHistoricalRevisionView.php
@@ -50,12 +50,12 @@
5151
5252 $html = '';
5353 $html .= wfMsgExt( 'lqt_revision_as_of', 'parseinline',
54 - array(
55 - $wgLang->timeanddate( $this->mDisplayRevision->getTimestamp() ),
56 - $wgLang->date( $this->mDisplayRevision->getTimestamp() ),
57 - $wgLang->time( $this->mDisplayRevision->getTimestamp() )
58 - )
59 - );
 54+ array(
 55+ $wgLang->timeanddate( $this->mDisplayRevision->getTimestamp() ),
 56+ $wgLang->date( $this->mDisplayRevision->getTimestamp() ),
 57+ $wgLang->time( $this->mDisplayRevision->getTimestamp() )
 58+ )
 59+ );
6060
6161 $html .= '<br/>';
6262
@@ -64,8 +64,8 @@
6565 $msg = '';
6666 if ( $ct == Threads::CHANGE_EDITED_ROOT ) {
6767 $diff_link = $this->diffPermalink( $this->thread,
68 - wfMsgExt( 'diff', 'parseinline' ),
69 - $this->mDisplayRevision );
 68+ wfMsgExt( 'diff', 'parseinline' ),
 69+ $this->mDisplayRevision );
7070 $msg = wfMsgExt( 'lqt_change_edited_root', 'parseinline' ) .
7171 " [$diff_link]";
7272 } else {

Status & tagging log