From 92079d3b1c977fa577bd64883f2016a4b2a15788 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Thu, 19 Feb 2009 22:14:59 +0000 Subject: * (bug 16335) __NONEWSECTIONLINK__ magic word to suppress new section link. Patch by Carlin: https://bugzilla.wikimedia.org/attachment.cgi?id=5680 With slight whitespace tweaks. --- includes/MagicWord.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'includes/MagicWord.php') diff --git a/includes/MagicWord.php b/includes/MagicWord.php index b3ebf6e86a23..fcd6b0343d6b 100644 --- a/includes/MagicWord.php +++ b/includes/MagicWord.php @@ -92,6 +92,7 @@ class MagicWord { 'numberofusers', 'numberofactiveusers', 'newsectionlink', + 'nonewsectionlink', 'numberofpages', 'currentversion', 'basepagename', @@ -160,6 +161,7 @@ class MagicWord { 'toc', 'noeditsection', 'newsectionlink', + 'nonewsectionlink', 'hiddencat', 'index', 'noindex', -- cgit v1.2.3