I think these messages should not be above everything else.
authorRotem Liss <rotem@users.mediawiki.org>
Sat, 10 Feb 2007 13:11:49 +0000 (13:11 +0000)
committerRotem Liss <rotem@users.mediawiki.org>
Sat, 10 Feb 2007 13:11:49 +0000 (13:11 +0000)
maintenance/language/messages.inc

index 9b0e9ec..7e39fd9 100644 (file)
@@ -7,33 +7,6 @@
 
 /** The structure of the messages, divided to blocks */
 $wgMessageStructure = array(
-       'links' => array(
-               'aboutsite',
-               'aboutpage',
-               'bugreports',
-               'bugreportspage',
-               'copyright',
-               'copyrightpagename',
-               'copyrightpage',
-               'currentevents',
-               'currentevents-url',
-               'disclaimers',
-               'disclaimerpage',
-               'edithelp',
-               'edithelppage',
-               'faq',
-               'faqpage',
-               'help',
-               'helppage',
-               'mainpage',
-               'policy-url',
-               'portal',
-               'portal-url',
-               'privacy',
-               'privacypage',
-               'sitesupport',
-               'sitesupport-url',
-       ),
        'sidebar' => array(
                'sidebar',
        ),
@@ -225,6 +198,33 @@ $wgMessageStructure = array(
                'jumptonavigation',
                'jumptosearch',
        ),
+       'links' => array(
+               'aboutsite',
+               'aboutpage',
+               'bugreports',
+               'bugreportspage',
+               'copyright',
+               'copyrightpagename',
+               'copyrightpage',
+               'currentevents',
+               'currentevents-url',
+               'disclaimers',
+               'disclaimerpage',
+               'edithelp',
+               'edithelppage',
+               'faq',
+               'faqpage',
+               'help',
+               'helppage',
+               'mainpage',
+               'policy-url',
+               'portal',
+               'portal-url',
+               'privacy',
+               'privacypage',
+               'sitesupport',
+               'sitesupport-url',
+       ),
        'badaccess' => array(
                'badaccess',
                'badaccess-group0',
@@ -2016,9 +2016,6 @@ $wgMessageStructure = array(
 );
 /** Comments for each block */
 $wgBlockComments = array(
-       'links'               => "All link text and link target definitions of links into project namespace that
-get used by other message strings, with the exception of user group pages (see
-grouppage) and the disambiguation template definition (see disambiguations).",
        '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
@@ -2034,6 +2031,7 @@ XHTML id names.",
        'miscellaneous1'      => '',
        'metadata_help'       => 'Metadata in edit box',
        'miscellaneous2'      => '',
+       'links'               => 'All link text and link target definitions of links into project namespace that get used by other message strings, with the exception of user group pages (see grouppage) and the disambiguation template definition (see disambiguations).',
        'badaccess'           => '',
        'versionrequired'     => '',
        'miscellaneous3'      => '',