X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FDummyLinker.php;h=ba24799818b9a7743b04d98539e1a03c3b3b4b30;hb=06045fd914a2472f6615fb79b0244c1103099a6d;hp=d9330eebc23dfab43cf7577aee3fc51caa4d7a90;hpb=b746001c6659413c70b12651075872532de6130c;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/DummyLinker.php b/includes/DummyLinker.php index d9330eebc2..ba24799818 100644 --- a/includes/DummyLinker.php +++ b/includes/DummyLinker.php @@ -47,7 +47,11 @@ class DummyLinker { ); } + /** + * @deprecated since 1.28, use LinkRenderer::getLinkClasses() instead + */ public function getLinkColour( $t, $threshold ) { + wfDeprecated( __METHOD__, '1.28' ); return Linker::getLinkColour( $t, $threshold ); }