From: Niklas Laxström Date: Tue, 2 Oct 2012 08:36:09 +0000 (+0000) Subject: Removed __NOHEADER__ magic word X-Git-Tag: 1.31.0-rc.0~22203^2 X-Git-Url: http://git.cyclocoop.org//%27%40script%40/%27?a=commitdiff_plain;h=4a92fe7c8310f92b13c92b58bd41822053e28150;p=lhc%2Fweb%2Fwiklou.git Removed __NOHEADER__ magic word 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 --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index e75567c924..42e76162a0 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -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' ),