requestedNamespace = NS_CATEGORY; } function getName() { return "Uncategorizedcategories"; } } /** * constructor */ function wfSpecialUncategorizedcategories() { list( $limit, $offset ) = wfCheckLimits(); $lpp = new UncategorizedCategoriesPage(); return $lpp->doQuery( $offset, $limit ); }