From 980c8b06e4c6a67e7d16376e26749cdb00accc62 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Tue, 24 May 2005 15:06:56 +0000 Subject: [PATCH] * Changing msg:navbar to link to the mainage with [[{{msg:mainpage}}|{{int:mainpage}}] rather than [[{{int:mainpage}}]] so that the mainage link links to the content language's main page rather than the current user selected language's mainpage. --- languages/Language.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages/Language.php b/languages/Language.php index d59cbbfe76..59ec85e4e2 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -255,7 +255,7 @@ global $wgRightsText; # The navigation toolbar, int: is used here to make sure that the appropriate # messages are automatically pulled from the user-selected language file. 'navbar' =>' -* [[{{int:mainpage}}]] +* [[{{msg:mainpage}}|{{int:mainpage}}]] * [[{{msg:portal-url}}|{{int:portal}}]] * [[{{msg:currentevents-url}}|{{int:currentevents}}]] * [[{{msg:recentchanges-url}}|{{int:recentchanges}}]] -- 2.20.1