From: Niklas Laxström Date: Fri, 16 Sep 2011 16:59:10 +0000 (+0000) Subject: Amend documentation for r97296 X-Git-Tag: 1.31.0-rc.0~27612 X-Git-Url: http://git.cyclocoop.org/data/Fool?a=commitdiff_plain;h=a824e7a1db4cf361d2942f557d32595ee2ff49f2;p=lhc%2Fweb%2Fwiklou.git Amend documentation for r97296 --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 4e30d277ad..27c88f1100 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -2632,6 +2632,9 @@ $wgExtraNamespaces = array(); /** * Same as above, but for namespaces with gender distinction. + * Note: the default form for the namespace should also be set + * using $wgExtraNamespaces for the same index. + * @since 1.18 */ $wgExtraGenderNamespaces = array();