From d87a04d8eb736a7327520acd8a64e477a67e37ed Mon Sep 17 00:00:00 2001 From: addshore Date: Fri, 4 Aug 2017 15:42:08 +0100 Subject: [PATCH] Add @since tag to $wgShortPagesNamespaceBlacklist Followup for: I10b4849a5d7f3f8af75ccc6cfba230d03725c898 Change-Id: Ib970bfa266424204251d1b747c79a31c03b39308 --- includes/DefaultSettings.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 8e38121b1c..51320e25bd 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -4133,6 +4133,7 @@ $wgContentNamespaces = [ NS_MAIN ]; * Optional array of namespaces which should be blacklisted from Special:ShortPages * Only pages inside $wgContentNamespaces but not $wgShortPagesNamespaceBlacklist will * be shown on that page. + * @since 1.30 */ $wgShortPagesNamespaceBlacklist = []; -- 2.20.1