From 1682c80f1f36c1a59777b2f026c5c543c0e49385 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Thu, 23 Jun 2011 09:26:48 +0000 Subject: [PATCH] Followup r85596, recursiveTagParse returns a string, not a parser output object --- includes/parser/Parser.php | 2 ++ 1 file changed, 2 insertions(+) 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__ ); -- 2.20.1