Skip to content
This repository was archived by the owner on Nov 16, 2017. It is now read-only.

Commit 6c0f900

Browse files
committedJan 8, 2015
Enable subpages for NS_PART
1 parent 062980d commit 6c0f900

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎LocalSettings_en.php

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
define("NS_PART_TALK", 121);
7070
$wgExtraNamespaces[NS_PART] = "Part";
7171
$wgExtraNamespaces[NS_PART_TALK] = "Part_talk";
72+
$wgNamespacesWithSubpages[NS_PART] = true;
7273
$wgContentNamespaces[] = 120; //track namespace in Special:Statistics
7374

7475
//Semantic MediaWiki -- Do not touch unless you know what you are doing.

0 commit comments

Comments
 (0)
This repository has been archived.