Removed __NOHEADER__ magic word
authorNiklas Laxström <niklas.laxstrom@gmail.com>
Tue, 2 Oct 2012 08:36:09 +0000 (08:36 +0000)
committerNiklas Laxström <niklas.laxstrom@gmail.com>
Tue, 2 Oct 2012 08:36:09 +0000 (08:36 +0000)
Followup that was not done by anybody in 4 years, see r41994
Reported in http://translatewiki.net/wiki/Thread:Support/MediaWiki_magic_word_"noheader"

Change-Id: Ieded9ca281762c2c42e26c7cfe7669580cbbac62

languages/messages/MessagesEn.php

index e75567c..42e7616 100644 (file)
@@ -207,7 +207,6 @@ $magicWords = array(
        'forcetoc'                => array( 0,    '__FORCETOC__' ),
        'toc'                     => array( 0,    '__TOC__' ),
        'noeditsection'           => array( 0,    '__NOEDITSECTION__' ),
-       'noheader'                => array( 0,    '__NOHEADER__' ),
        'currentmonth'            => array( 1,    'CURRENTMONTH', 'CURRENTMONTH2' ),
        'currentmonth1'           => array( 1,    'CURRENTMONTH1' ),
        'currentmonthname'        => array( 1,    'CURRENTMONTHNAME' ),