From ffa18a0945392d53b0bd61b0d240180c5ef852cc Mon Sep 17 00:00:00 2001 From: Jimmy Collins Date: Fri, 6 Oct 2006 23:13:23 +0000 Subject: [PATCH] (bug 7509) Make back arrow in Special:Whatlinkshere editable through Mediawiki namespace --- includes/SpecialWhatlinkshere.php | 2 +- languages/messages/MessagesEn.php | 1 + maintenance/language/languages.inc | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/includes/SpecialWhatlinkshere.php b/includes/SpecialWhatlinkshere.php index ded98a37ac..a95530fefb 100644 --- a/includes/SpecialWhatlinkshere.php +++ b/includes/SpecialWhatlinkshere.php @@ -59,7 +59,7 @@ class WhatLinksHerePage { $isredir = ' (' . wfMsg( 'isredirect' ) . ")\n"; - $wgOut->addHTML('< '.$this->skin->makeLinkObj($this->target, '', 'redirect=no' )."
\n"); + $wgOut->addHTML( wfMsg( 'whatlinkshere-barrow' ) . ' ' .$this->skin->makeLinkObj($this->target, '', 'redirect=no' )."
\n"); $this->showIndirectLinks( 0, $this->target, $this->limit, $this->from, $this->dir ); } diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 64227db74c..890917e8f2 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -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' => '<', 'notargettitle' => 'No target', 'notargettext' => 'You have not specified a target page or user to perform this function on.', diff --git a/maintenance/language/languages.inc b/maintenance/language/languages.inc index 459291560c..a6eceac203 100644 --- a/maintenance/language/languages.inc +++ b/maintenance/language/languages.inc @@ -53,6 +53,7 @@ class languages { 'preferences-summary', 'specialpages-summary', 'whatlinkshere-summary', + 'whatlinkshere-barrow', 'variantname-zh-cn', 'variantname-zh-tw', 'variantname-zh-hk', -- 2.20.1