From 0865348cd4ce177a4942bb7d685b3e9ec4ef329c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Mon, 9 Jan 2012 19:11:55 +0000 Subject: [PATCH] Missing @since tags have a yet another victim --- includes/parser/Parser.php | 1 + 1 file changed, 1 insertion(+) 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__ ); -- 2.20.1