From bcdaf27eac106b22587c9c0abdd4d836f4d8863f Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Wed, 23 Oct 2013 16:58:29 +1100 Subject: [PATCH] Remove poorly-phrased doc comment and the FIXME which went with it Change-Id: I82994ba8f92322b420b4a3fed40d5d579b06a6d2 --- includes/parser/LinkHolderArray.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 ) { -- 2.20.1