Missing @since tags have a yet another victim
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Mon, 9 Jan 2012 19:11:55 +0000 (19:11 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Mon, 9 Jan 2012 19:11:55 +0000 (19:11 +0000)
includes/parser/Parser.php

index 99e934b..19e4b8e 100644 (file)
@@ -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__ );