From: Jayprakash12345 <0freerunning@gmail.com> Date: Sun, 7 Jan 2018 08:54:09 +0000 (+0000) Subject: Add Help Page link in Special:ExpandTemplates X-Git-Tag: 1.31.0-rc.0~973^2 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=99e0e6790295a17e081faf98f35cf08144568cf0 Add Help Page link in Special:ExpandTemplates Bug: T184366 Change-Id: Ice286405ec821c983020ebd6795ae429485c6d3c --- diff --git a/includes/specials/SpecialExpandTemplates.php b/includes/specials/SpecialExpandTemplates.php index 970c903126..0c18a483bc 100644 --- a/includes/specials/SpecialExpandTemplates.php +++ b/includes/specials/SpecialExpandTemplates.php @@ -56,6 +56,7 @@ class SpecialExpandTemplates extends SpecialPage { global $wgParser; $this->setHeaders(); + $this->addHelpLink( 'Help:ExpandTemplates' ); $request = $this->getRequest(); $titleStr = $request->getText( 'wpContextTitle' );