X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=includes%2FDummyLinker.php;h=79584209337cd1a815e7bb784e59b92c9f9950ae;hb=23b7f3bbd553183a21d785bae175249efad5ee5d;hp=fc94a63b747b589450540b78ad1cce0dfa78701f;hpb=9964ca1a390c446397dcd466916ffed356cdc3c9;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/DummyLinker.php b/includes/DummyLinker.php index fc94a63b74..7958420933 100644 --- a/includes/DummyLinker.php +++ b/includes/DummyLinker.php @@ -5,48 +5,6 @@ */ class DummyLinker { - /** - * @deprecated since 1.27 - */ - public function getInterwikiLinkAttributes( $title, $unused = null, $class = 'external' ) { - wfDeprecated( __METHOD__, '1.27' ); - return Linker::getInterwikiLinkAttributes( - $title, - $unused, - $class - ); - } - - /** - * @deprecated since 1.27 - */ - public function getInternalLinkAttributes( $title, $unused = null, $class = '' ) { - wfDeprecated( __METHOD__, '1.27' ); - return Linker::getInternalLinkAttributes( - $title, - $unused, - $class - ); - } - - /** - * @deprecated since 1.27 - */ - public function getInternalLinkAttributesObj( - $nt, - $unused = null, - $class = '', - $title = false - ) { - wfDeprecated( __METHOD__, '1.27' ); - return Linker::getInternalLinkAttributesObj( - $nt, - $unused, - $class, - $title - ); - } - /** * @deprecated since 1.28, use LinkRenderer::getLinkClasses() instead */ @@ -149,7 +107,7 @@ class DummyLinker { Title $title, $file, $label = '', - $alt, + $alt = '', $align = 'right', $params = [], $framed = false,