Per siebrand and Nikerabbit (tweak for r47535):
[lhc/web/wiklou.git] / includes / MagicWord.php
index 2700273..fcd6b03 100644 (file)
@@ -90,7 +90,9 @@ class MagicWord {
                'subjectpagename',
                'subjectpagenamee',
                'numberofusers',
+               'numberofactiveusers',
                'newsectionlink',
+               'nonewsectionlink',
                'numberofpages',
                'currentversion',
                'basepagename',
@@ -141,6 +143,7 @@ class MagicWord {
                'localweek' => 3600,
                'localdow' => 3600,
                'numberofusers' => 3600,
+               'numberofactiveusers' => 3600,
                'numberofpages' => 3600,
                'currentversion' => 86400,
                'currenttimestamp' => 3600,
@@ -158,8 +161,8 @@ class MagicWord {
                'toc',
                'noeditsection',
                'newsectionlink',
+               'nonewsectionlink',
                'hiddencat',
-               'ignoreunused',
                'index',
                'noindex',
                'staticredirect',