From a9e223a922703a3d4c5b03735de771ef9dfc9138 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Wed, 13 Jul 2016 16:54:38 -0700 Subject: [PATCH] SpecialLog: Add help link Bug: T140013 Change-Id: Ief7b596e9972911106a55a4d2353a63a1ca0a436 --- includes/specials/SpecialLog.php | 1 + 1 file changed, 1 insertion(+) 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', '' ); -- 2.20.1