From 5b4459249fefbe4c54b8cf74dc12075c24989b39 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Mon, 20 Jun 2005 11:17:38 +0000 Subject: [PATCH] * Comment for msg:sidebar moved out of msg:sidebar into a php comment --- languages/Language.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/languages/Language.php b/languages/Language.php index 6c65200124..3f4acc77bf 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -254,7 +254,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. -'sidebar' => " +/* The sidebar for MonoBook is generated from this message, lines that do not begin with * or ** are discarded, furthermore lines that do begin with ** and do not contain | are also discarded, but don't depend on this behaviour for @@ -265,7 +265,8 @@ XHTML id names. Note to translators: Do not include this message in the language files you submit for inclusion in MediaWiki, it should always be inherited from the parent class in order maintain consistency across languages. - +*/ +'sidebar' => ' * navigation ** mainpage|mainpage ** portal-url|portal @@ -274,7 +275,7 @@ parent class in order maintain consistency across languages. ** randompage-url|randompage ** helppage|help ** sitesupport-url|sitesupport -", +', # User preference toggles 'tog-underline' => 'Underline links', -- 2.20.1