From 7e504fd3f32c73d678b307e4bd3bd0ef56c8b6be Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Fri, 10 Jan 2014 19:10:31 +0100 Subject: [PATCH] Remove pre-1.18 compatibility note for Linker::link Change-Id: I7cda583c5a2c029e14d814bca245d99549f3d24b --- includes/Linker.php | 3 --- 1 file changed, 3 deletions(-) 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. -- 2.20.1