From: Kunal Mehta Date: Wed, 13 Jul 2016 23:54:38 +0000 (-0700) Subject: SpecialLog: Add help link X-Git-Tag: 1.31.0-rc.0~6379 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/membres/message.php?a=commitdiff_plain;h=a9e223a922703a3d4c5b03735de771ef9dfc9138;p=lhc%2Fweb%2Fwiklou.git SpecialLog: Add help link Bug: T140013 Change-Id: Ief7b596e9972911106a55a4d2353a63a1ca0a436 --- diff --git a/includes/specials/SpecialLog.php b/includes/specials/SpecialLog.php index af087a667b..533a33179a 100644 --- a/includes/specials/SpecialLog.php +++ b/includes/specials/SpecialLog.php @@ -37,6 +37,7 @@ class SpecialLog extends SpecialPage { $this->setHeaders(); $this->outputHeader(); $this->getOutput()->addModules( 'mediawiki.userSuggest' ); + $this->addHelpLink( 'Help:Log' ); $opts = new FormOptions; $opts->add( 'type', '' );