Followup r85596, recursiveTagParse returns a string, not a parser output object
authorSam Reed <reedy@users.mediawiki.org>
Thu, 23 Jun 2011 09:26:48 +0000 (09:26 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Thu, 23 Jun 2011 09:26:48 +0000 (09:26 +0000)
includes/parser/Parser.php

index d44c20c..527da1d 100644 (file)
@@ -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__ );