Remove poorly-phrased doc comment and the FIXME which went with it
authorTim Starling <tstarling@wikimedia.org>
Wed, 23 Oct 2013 05:58:29 +0000 (16:58 +1100)
committerTim Starling <tstarling@wikimedia.org>
Tue, 29 Oct 2013 01:40:24 +0000 (01:40 +0000)
Change-Id: I82994ba8f92322b420b4a3fed40d5d579b06a6d2

includes/parser/LinkHolderArray.php

index 4600402..b629776 100644 (file)
@@ -251,9 +251,8 @@ class LinkHolderArray {
        }
 
        /**
-        * @todo FIXME: Update documentation. makeLinkObj() is deprecated.
         * Replace <!--LINK--> link placeholders with actual links, in the buffer
-        * Placeholders created in Skin::makeLinkObj()
+        *
         * @return array of link CSS classes, indexed by PDBK.
         */
        function replace( &$text ) {