From: umherirrender Date: Sun, 19 Jan 2014 10:13:44 +0000 (+0100) Subject: Remove outdated fixme/todo in CoreParserFunctions.php X-Git-Tag: 1.31.0-rc.0~17212 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=d810be838d83f472a70a416c8546139a815129be;p=lhc%2Fweb%2Fwiklou.git Remove outdated fixme/todo in CoreParserFunctions.php Title::getLength is not used and documentation of parameter is there Change-Id: I50679ff19695a3afedd556e242f27e4172a9774a --- diff --git a/includes/parser/CoreParserFunctions.php b/includes/parser/CoreParserFunctions.php index 35e8bf84f9..1cc7a185ce 100644 --- a/includes/parser/CoreParserFunctions.php +++ b/includes/parser/CoreParserFunctions.php @@ -679,12 +679,6 @@ class CoreParserFunctions { * Return the size of the given page, or 0 if it's nonexistent. This is an * expensive parser function and can't be called too many times per page. * - * @todo FIXME: Title::getLength() documentation claims that it adds things - * to the link cache, so the local cache here should be unnecessary, but - * in fact calling getLength() repeatedly for the same $page does seem to - * run one query for each call? - * @todo Document parameters - * * @param $parser Parser * @param $page String Name of page to check (Default: empty string) * @param $raw String Should number be human readable with commas or just number