From: DannyS712 Date: Tue, 27 Aug 2019 00:24:23 +0000 (+0000) Subject: Add help link to Special:NewSection X-Git-Tag: 1.34.0-rc.0~566^2 X-Git-Url: https://git.cyclocoop.org/%27%20.%20%24this-%3EgetSkin%28%29-%3EescapeSearchLink%28%29%20.%20%27?a=commitdiff_plain;h=21697f06e10088e2d6d53a49d5a96649cf827cdc;p=lhc%2Fweb%2Fwiklou.git Add help link to Special:NewSection Bug: T231260 Change-Id: I856f5256b45c3961186f27c3b0b190998e297c1a --- diff --git a/includes/specials/SpecialNewSection.php b/includes/specials/SpecialNewSection.php index 6bcca713c4..6c328da58b 100644 --- a/includes/specials/SpecialNewSection.php +++ b/includes/specials/SpecialNewSection.php @@ -43,6 +43,7 @@ class SpecialNewSection extends RedirectSpecialPage { protected function showNoRedirectPage() { $this->setHeaders(); $this->outputHeader(); + $this->addHelpLink( 'Help:New section' ); $this->showForm(); }