From: Tim Starling Date: Wed, 23 Oct 2013 05:58:29 +0000 (+1100) Subject: Remove poorly-phrased doc comment and the FIXME which went with it X-Git-Tag: 1.31.0-rc.0~18361 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=bcdaf27eac106b22587c9c0abdd4d836f4d8863f;p=lhc%2Fweb%2Fwiklou.git Remove poorly-phrased doc comment and the FIXME which went with it Change-Id: I82994ba8f92322b420b4a3fed40d5d579b06a6d2 --- diff --git a/includes/parser/LinkHolderArray.php b/includes/parser/LinkHolderArray.php index 4600402091..b629776dd2 100644 --- a/includes/parser/LinkHolderArray.php +++ b/includes/parser/LinkHolderArray.php @@ -251,9 +251,8 @@ class LinkHolderArray { } /** - * @todo FIXME: Update documentation. makeLinkObj() is deprecated. * Replace 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 ) {