(bug 7509) Make back arrow in Special:Whatlinkshere editable through Mediawiki namespace
authorJimmy Collins <collinj@users.mediawiki.org>
Fri, 6 Oct 2006 23:13:23 +0000 (23:13 +0000)
committerJimmy Collins <collinj@users.mediawiki.org>
Fri, 6 Oct 2006 23:13:23 +0000 (23:13 +0000)
includes/SpecialWhatlinkshere.php
languages/messages/MessagesEn.php
maintenance/language/languages.inc

index ded98a3..a95530f 100644 (file)
@@ -59,7 +59,7 @@ class WhatLinksHerePage {
 
                $isredir = ' (' . wfMsg( 'isredirect' ) . ")\n";
 
-               $wgOut->addHTML('&lt; '.$this->skin->makeLinkObj($this->target, '', 'redirect=no' )."<br />\n");
+               $wgOut->addHTML( wfMsg( 'whatlinkshere-barrow' ) . ' '  .$this->skin->makeLinkObj($this->target, '', 'redirect=no' )."<br />\n");
 
                $this->showIndirectLinks( 0, $this->target, $this->limit, $this->from, $this->dir );
        }
index 64227db..890917e 100644 (file)
@@ -1594,6 +1594,7 @@ Consult the [[Special:Log/delete|deletion log]] for a record of recent deletions
 #
 'whatlinkshere'        => 'What links here',
 'whatlinkshere-summary'        => '',
+'whatlinkshere-barrow' => '&lt;',
 'notargettitle' => 'No target',
 'notargettext' => 'You have not specified a target page or user
 to perform this function on.',
index 4592915..a6eceac 100644 (file)
@@ -53,6 +53,7 @@ class languages {
                'preferences-summary',
                'specialpages-summary',
                'whatlinkshere-summary',
+               'whatlinkshere-barrow',
                'variantname-zh-cn',
                'variantname-zh-tw',
                'variantname-zh-hk',