r91167 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r91166‎ | r91167 | r91168 >
Date:13:51, 30 June 2011
Author:robin
Status:ok
Tags:
Comment:
Add dirmark so RecentChanges displays properly with CleanChanges extension and wgBetterDirectionality = true
Modified paths:
  • /trunk/phase3/includes/HistoryPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/HistoryPage.php
@@ -533,10 +533,13 @@
534534 $s .= " $del ";
535535 }
536536
 537+ $dirmark = wfUILang()->getDirMark();
 538+
537539 $s .= " $link";
538 - $s .= wfUILang()->getDirMark();
 540+ $s .= $dirmark;
539541 $s .= " <span class='history-user'>" .
540542 $this->getSkin()->revUserTools( $rev, true ) . "</span>";
 543+ $s .= $dirmark;
541544
542545 if ( $rev->isMinor() ) {
543546 $s .= ' ' . ChangesList::flag( 'minor' );

Follow-up revisions

RevisionCommit summaryAuthorDate
r91169Follow-up r91167: that was for history of course.. this one is for recentchan...robin14:10, 30 June 2011

Status & tagging log