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 @@
171
171
: '';
172
172
$articlelink = ' '. $this->skin->makeKnownLinkObj( $rc->getTitle(), '', $params );
173
173
if($watched) $articlelink = '<strong>'.$articlelink.'</strong>';
174
+ global $wgContLang;
175
+ $articlelink .= $wgContLang->getDirMark();
174
176
175
177
$s .= ' '.$articlelink;
176
178
}
Status & tagging log
01:58, 13 October 2010
😂
(
talk
|
contribs
)
changed the
status
of r14821
[
removed:
new
added:
old]