Add @since tag to $wgShortPagesNamespaceBlacklist
authoraddshore <addshorewiki@gmail.com>
Fri, 4 Aug 2017 14:42:08 +0000 (15:42 +0100)
committeraddshore <addshorewiki@gmail.com>
Fri, 4 Aug 2017 14:42:40 +0000 (15:42 +0100)
Followup for: I10b4849a5d7f3f8af75ccc6cfba230d03725c898

Change-Id: Ib970bfa266424204251d1b747c79a31c03b39308

includes/DefaultSettings.php

index 8e38121..51320e2 100644 (file)
@@ -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 = [];