r14821 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r14820‎ | r14821 | r14822 >
Date:19:32, 19 June 2006
Author:rotem
Status:old
Tags:
Comment:
Fixing the most annoying problem in Bug 5724: adding dir mark after the recent changes page name, to prevent confusion in BiDi languages
Modified paths:
  • /trunk/phase3/includes/ChangesList.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/ChangesList.php
@@ -170,6 +170,8 @@
171171 : '';
172172 $articlelink = ' '. $this->skin->makeKnownLinkObj( $rc->getTitle(), '', $params );
173173 if($watched) $articlelink = '<strong>'.$articlelink.'</strong>';
 174+ global $wgContLang;
 175+ $articlelink .= $wgContLang->getDirMark();
174176
175177 $s .= ' '.$articlelink;
176178 }

Status & tagging log