X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fspecials%2FSpecialUncategorizedpages.php;h=0b7da7bf8a22c8f1611e7e2304b9634f2ea98c29;hp=ab83af1c9297c0cbf019da86711b76edbdb6bfc1;hb=bd5a37aacf600bdd5f3a6e7998f92bd1d9326a8a;hpb=fa8df6062fbaf42cb110f1aaba915ff59a6621be diff --git a/includes/specials/SpecialUncategorizedpages.php b/includes/specials/SpecialUncategorizedpages.php index ab83af1c92..0b7da7bf8a 100644 --- a/includes/specials/SpecialUncategorizedpages.php +++ b/includes/specials/SpecialUncategorizedpages.php @@ -35,6 +35,7 @@ class UncategorizedPagesPage extends PageQueryPage { function __construct( $name = 'Uncategorizedpages' ) { parent::__construct( $name ); + $this->addHelpLink( 'Help:Categories' ); } function sortDescending() {