X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fspecials%2FSpecialDoubleRedirects.php;h=fcf1bb2797496bdffe05782d56c0715b91a4d193;hp=77c59f03878505df45c58af86bf59884d591b227;hb=d88ea9cac30d2372dca7c6bbb07318b8bdf6e68a;hpb=d13aa39760f9de5ab9c638ae417f94c786244ee7 diff --git a/includes/specials/SpecialDoubleRedirects.php b/includes/specials/SpecialDoubleRedirects.php index 77c59f0387..fcf1bb2797 100644 --- a/includes/specials/SpecialDoubleRedirects.php +++ b/includes/specials/SpecialDoubleRedirects.php @@ -198,6 +198,11 @@ class DoubleRedirectsPage extends QueryPage { return ( "{$linkA} {$edit} {$arr} {$linkB} {$arr} {$linkC}" ); } + public function execute( $par ) { + $this->addHelpLink( 'Help:Redirects' ); + parent::execute( $par ); + } + /** * Cache page content model and gender distinction for performance *