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

Change subject: Enable subpages for the Education_Program_talk: namespace
......................................................................


Enable subpages for the Education_Program_talk: namespace

Bug: 45356
Change-Id: Iab8f1059b6702d7ef36e9616daa1675d8fe40a65
---
M EducationProgram.php
1 file changed, 2 insertions(+), 0 deletions(-)

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



diff --git a/EducationProgram.php b/EducationProgram.php
index e528d00..333a331 100644
--- a/EducationProgram.php
+++ b/EducationProgram.php
@@ -369,6 +369,8 @@
 define( 'EP_NS',                                       442 + 4 );
 define( 'EP_NS_TALK',                          442 + 5 );
 
+$wgNamespacesWithSubpages[EP_NS_TALK] = true;
+
 // Resource loader modules
 $moduleTemplate = array(
        'localBasePath' => $dir . '/resources',

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Iab8f1059b6702d7ef36e9616daa1675d8fe40a65
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/EducationProgram
Gerrit-Branch: master
Gerrit-Owner: Reedy <[email protected]>
Gerrit-Reviewer: Jeroen De Dauw <[email protected]>
Gerrit-Reviewer: Siebrand <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to