Direction mark in Special:Listredirects, to prevent confusion.
authorRotem Liss <rotem@users.mediawiki.org>
Thu, 20 Jul 2006 14:40:46 +0000 (14:40 +0000)
committerRotem Liss <rotem@users.mediawiki.org>
Thu, 20 Jul 2006 14:40:46 +0000 (14:40 +0000)
includes/SpecialListredirects.php

index 3cbdeda..a7ae44f 100644 (file)
@@ -52,6 +52,7 @@ class ListredirectsPage extends QueryPage {
 
                # Check the language; RTL wikis need a &larr;
                $arr = $wgContLang->isRTL() ? ' &larr; ' : ' &rarr; ';
+               $arr .= $wgContLang->getDirMark();
 
                # Format the whole thing and return it
                return( $rd_link . $arr . $targetLink );