Remove pre-1.18 compatibility note for Linker::link
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Fri, 10 Jan 2014 18:10:31 +0000 (19:10 +0100)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Fri, 10 Jan 2014 18:10:31 +0000 (19:10 +0100)
Change-Id: I7cda583c5a2c029e14d814bca245d99549f3d24b

includes/Linker.php

index 867b88b..5eda642 100644 (file)
@@ -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.