r91169 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r91168‎ | r91169 | r91170 >
Date:14:10, 30 June 2011
Author:robin
Status:ok
Tags:
Comment:
Follow-up r91167: that was for history of course.. this one is for recentchanges etc.
Modified paths:
  • /trunk/phase3/includes/ChangesList.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/ChangesList.php
@@ -589,6 +589,8 @@
590590 }
591591 # User tool links
592592 $this->insertUserRelatedLinks( $s, $rc );
 593+ # LTR/RTL direction mark
 594+ $s .= wfUILang()->getDirMark();
593595 # Log action text (if any)
594596 $this->insertAction( $s, $rc );
595597 # Edit or log comment

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r91167Add dirmark so RecentChanges displays properly with CleanChanges extension an...robin13:51, 30 June 2011

Status & tagging log