From: Niklas Laxström Date: Mon, 9 Jan 2012 19:11:55 +0000 (+0000) Subject: Missing @since tags have a yet another victim X-Git-Tag: 1.31.0-rc.0~25384 X-Git-Url: http://git.cyclocoop.org//%27http:/code.google.com/p/ie7-js//%27?a=commitdiff_plain;h=0865348cd4ce177a4942bb7d685b3e9ec4ef329c;p=lhc%2Fweb%2Fwiklou.git Missing @since tags have a yet another victim --- diff --git a/includes/parser/Parser.php b/includes/parser/Parser.php index 99e934bef5..19e4b8e4d0 100644 --- a/includes/parser/Parser.php +++ b/includes/parser/Parser.php @@ -516,6 +516,7 @@ class Parser { * @param $text String: text to be expanded * @param $frame PPFrame: The frame to use for expanding any template variables * @return String + * @since 1.19 */ public function recursivePreprocess( $text, $frame = false ) { wfProfileIn( __METHOD__ );