Jackmcbarn has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/164889

Change subject: (bug 71633) Include categories in Special:ExpandTemplates
......................................................................

(bug 71633) Include categories in Special:ExpandTemplates

Change-Id: I4c003fb1f42b29602cd8924b224ff7642e8cf857
---
M includes/specials/SpecialExpandTemplates.php
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/89/164889/1

diff --git a/includes/specials/SpecialExpandTemplates.php 
b/includes/specials/SpecialExpandTemplates.php
index 2d99d60..f3adeba 100644
--- a/includes/specials/SpecialExpandTemplates.php
+++ b/includes/specials/SpecialExpandTemplates.php
@@ -251,6 +251,7 @@
                ) ) );
                $out->addParserOutputContent( $pout );
                $out->addHTML( Html::closeElement( 'div' ) );
+               $out->setCategoryLinks( $pout->getCategories() );
        }
 
        protected function getGroupName() {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4c003fb1f42b29602cd8924b224ff7642e8cf857
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Jackmcbarn <jackmcb...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to