From: Sam Reed Date: Thu, 23 Jun 2011 09:26:48 +0000 (+0000) Subject: Followup r85596, recursiveTagParse returns a string, not a parser output object X-Git-Tag: 1.31.0-rc.0~29332 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=1682c80f1f36c1a59777b2f026c5c543c0e49385;p=lhc%2Fweb%2Fwiklou.git Followup r85596, recursiveTagParse returns a string, not a parser output object --- diff --git a/includes/parser/Parser.php b/includes/parser/Parser.php index d44c20c17e..527da1d215 100644 --- a/includes/parser/Parser.php +++ b/includes/parser/Parser.php @@ -473,6 +473,8 @@ class Parser { * * @param $text String: text extension wants to have parsed * @param $frame PPFrame: The frame to use for expanding any template variables + * + * @return string */ function recursiveTagParse( $text, $frame=false ) { wfProfileIn( __METHOD__ );