From 0b6bfc2b1a18f1765e1fbb9e22cf93fc7329d3c4 Mon Sep 17 00:00:00 2001 From: Max Semenik Date: Thu, 29 Oct 2009 19:35:55 +0000 Subject: [PATCH] Namespace:: --> MWNamespace::, requested by ^demon on IRC --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 439a08f805..4e49053ce0 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -2446,7 +2446,7 @@ $wgCapitalLinks = true; /** * @since 1.16 - This can now be set per-namespace. Some special namespaces (such - * as Special, see Namespace::$alwaysCapitalizedNamespaces for the full list) must be + * as Special, see MWNamespace::$alwaysCapitalizedNamespaces for the full list) must be * true by default (and setting them has no effect), due to various things that * require them to be so. Also, since Talk namespaces need to directly mirror their * associated content namespaces, the values for those are ignored in favor of the -- 2.20.1