From: addshore Date: Fri, 4 Aug 2017 14:42:08 +0000 (+0100) Subject: Add @since tag to $wgShortPagesNamespaceBlacklist X-Git-Tag: 1.31.0-rc.0~2476 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/journal.php?a=commitdiff_plain;h=d87a04d8eb736a7327520acd8a64e477a67e37ed;p=lhc%2Fweb%2Fwiklou.git Add @since tag to $wgShortPagesNamespaceBlacklist Followup for: I10b4849a5d7f3f8af75ccc6cfba230d03725c898 Change-Id: Ib970bfa266424204251d1b747c79a31c03b39308 --- 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 = [];