StringUtils: Add a utility for checking if a string is a valid regex
[lhc/web/wiklou.git] / includes / specials / SpecialUncategorizedpages.php
index ab83af1..0b7da7b 100644 (file)
@@ -35,6 +35,7 @@ class UncategorizedPagesPage extends PageQueryPage {
 
        function __construct( $name = 'Uncategorizedpages' ) {
                parent::__construct( $name );
+               $this->addHelpLink( 'Help:Categories' );
        }
 
        function sortDescending() {