jenkins-bot has submitted this change and it was merged.

Change subject: Add Item and Item_talk namespace aliases for Wikidata
......................................................................


Add Item and Item_talk namespace aliases for Wikidata

Change-Id: I550557f168881452c6a5aaaba592ba1b8d9a91fa
---
M wmf-config/Wikibase.php
1 file changed, 3 insertions(+), 0 deletions(-)

Approvals:
  Reedy: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/Wikibase.php b/wmf-config/Wikibase.php
index 8cfd079..cb759a7 100644
--- a/wmf-config/Wikibase.php
+++ b/wmf-config/Wikibase.php
@@ -27,6 +27,9 @@
        define( 'WB_NS_QUERY', $baseNs + 2 );
        define( 'WB_NS_QUERY_TALK', $baseNs + 3 );
 
+       $wgNamespaceAliases['Item'] = NS_MAIN;
+       $wgNamespaceAliases['Item_talk'] = NS_TALK;
+
        // Define the namespaces
        $wgExtraNamespaces[WB_NS_PROPERTY] = 'Property';
        $wgExtraNamespaces[WB_NS_PROPERTY_TALK] = 'Property_talk';

-- 
To view, visit https://gerrit.wikimedia.org/r/99405
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I550557f168881452c6a5aaaba592ba1b8d9a91fa
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Aude <[email protected]>
Gerrit-Reviewer: Addshore <[email protected]>
Gerrit-Reviewer: Aude <[email protected]>
Gerrit-Reviewer: Reedy <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to