Add help link to Special:NewSection
authorDannyS712 <DannyS712.enwiki@gmail.com>
Tue, 27 Aug 2019 00:24:23 +0000 (00:24 +0000)
committerDannyS712 <DannyS712.enwiki@gmail.com>
Tue, 27 Aug 2019 00:25:02 +0000 (00:25 +0000)
Bug: T231260
Change-Id: I856f5256b45c3961186f27c3b0b190998e297c1a

includes/specials/SpecialNewSection.php

index 6bcca71..6c328da 100644 (file)
@@ -43,6 +43,7 @@ class SpecialNewSection extends RedirectSpecialPage {
        protected function showNoRedirectPage() {
                $this->setHeaders();
                $this->outputHeader();
+               $this->addHelpLink( 'Help:New section' );
                $this->showForm();
        }