From a824e7a1db4cf361d2942f557d32595ee2ff49f2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Fri, 16 Sep 2011 16:59:10 +0000 Subject: [PATCH] Amend documentation for r97296 --- includes/DefaultSettings.php | 3 +++ 1 file changed, 3 insertions(+) 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(); -- 2.20.1