X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialTags.php;h=9a95249c759a2b2a5159ca94ff05805707e33f7a;hb=50ea56e349d62c48c69c22bbdf91514c7a9e77e1;hp=110fb1ff042f04e61bb466058717446ad8367b54;hpb=ae58991566bd7f666982cdfcac9c84a79173d6ab;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialTags.php b/includes/specials/SpecialTags.php index 110fb1ff04..9a95249c75 100644 --- a/includes/specials/SpecialTags.php +++ b/includes/specials/SpecialTags.php @@ -50,6 +50,7 @@ class SpecialTags extends SpecialPage { function execute( $par ) { $this->setHeaders(); $this->outputHeader(); + $this->addHelpLink( 'Manual:Tags' ); $request = $this->getRequest(); switch ( $par ) {