X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialUnusedcategories.php;h=1469742a4b8bdc05a6ee6b5d0d27dd02fccf2476;hb=27c61fb1e94da9114314468fd00bcf129ec064b6;hp=88c0e2172f4ca363b1f9535c09b3599e144dc421;hpb=2c0db8f5e8593a51ae0acc8285fd40b7743b0fce;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialUnusedcategories.php b/includes/specials/SpecialUnusedcategories.php index 88c0e2172f..1469742a4b 100644 --- a/includes/specials/SpecialUnusedcategories.php +++ b/includes/specials/SpecialUnusedcategories.php @@ -55,7 +55,7 @@ class UnusedCategoriesPage extends QueryPage { } /** - * A should come before Z (bug 30907) + * A should come before Z (T32907) * @return bool */ function sortDescending() { @@ -70,7 +70,7 @@ class UnusedCategoriesPage extends QueryPage { function formatResult( $skin, $result ) { $title = Title::makeTitle( NS_CATEGORY, $result->title ); - return Linker::link( $title, htmlspecialchars( $title->getText() ) ); + return $this->getLinkRenderer()->makeLink( $title, $title->getText() ); } protected function getGroupName() {