From: Siebrand Mazeland Date: Fri, 10 Jan 2014 18:10:31 +0000 (+0100) Subject: Remove pre-1.18 compatibility note for Linker::link X-Git-Tag: 1.31.0-rc.0~17299^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/supprimer.php?a=commitdiff_plain;h=7e504fd3f32c73d678b307e4bd3bd0ef56c8b6be;p=lhc%2Fweb%2Fwiklou.git Remove pre-1.18 compatibility note for Linker::link Change-Id: I7cda583c5a2c029e14d814bca245d99549f3d24b --- diff --git a/includes/Linker.php b/includes/Linker.php index 867b88b56c..5eda642dff 100644 --- a/includes/Linker.php +++ b/includes/Linker.php @@ -159,9 +159,6 @@ class Linker { * link() replaces the old functions in the makeLink() family. * * @since 1.18 Method exists since 1.16 as non-static, made static in 1.18. - * You can call it using this if you want to keep compat with these: - * $linker = class_exists( 'DummyLinker' ) ? new DummyLinker() : new Linker(); - * $linker->link( ... ); * * @param $target Title Can currently only be a Title, but this may * change to support Images, literal URLs, etc.