Page MenuHomePhabricator

Replace usages of Linker::link() and Linker::linkKnown() in BlueSky skin
Open, Needs TriagePublic

Description

Linker::link() and Linker::linkKnown() functions are deprecated as of MediaWiki 1.28, and the new LinkRenderer is preferred instead.
https://doc.wikimedia.org/mediawiki-core/master/php/classLinker.html

skins/BlueSky/includes  (8 usages found)
    BlueSkyTemplate.php  (8 usages found)
        BlueSkyTemplate  (8 usages found)
            getCategoryBreadcrumbs  (1 usage found)
                1345 $category = Linker::link( $titleSafe, $titleSafe->getText() );
            getCategoryLinks  (2 usages found)
                1379 $page = Linker::link( $this->getSkin()->getTitle(), $this->getSkin()->getTitle()->getSubpageText() );
                1446 $category = Linker::link( $title, $title->getText() );
            getContentFooter  (1 usage found)
                234 $link = Linker::link(
            getMessages  (2 usages found)
                885 $unshown = '<br />' . Linker::link(
                899 Linker::link( $notificationsPage, $this->msg( 'more-notifications-link' )->plain() ) .
            getNotifications  (1 usage found)
                955 Linker::link(
            parseLine  (1 usage found)
                771 $textContent = Linker::link(