Add "help" links for Special:BrokenRedirects, Special:DoubleRedirects, and Special...
[lhc/web/wiklou.git] / includes / specials / SpecialListredirects.php
index 48f3640..3284c57 100644 (file)
@@ -145,6 +145,11 @@ class ListredirectsPage extends QueryPage {
                }
        }
 
+       public function execute( $par ) {
+               $this->addHelpLink( 'Help:Redirects' );
+               parent::execute( $par );
+       }
+
        protected function getGroupName() {
                return 'pages';
        }