From 21697f06e10088e2d6d53a49d5a96649cf827cdc Mon Sep 17 00:00:00 2001 From: DannyS712 Date: Tue, 27 Aug 2019 00:24:23 +0000 Subject: [PATCH] Add help link to Special:NewSection Bug: T231260 Change-Id: I856f5256b45c3961186f27c3b0b190998e297c1a --- includes/specials/SpecialNewSection.php | 1 + 1 file changed, 1 insertion(+) 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(); } -- 2.20.1