FU r98412: added version to wfDeprecated call
authorAaron Schulz <aaron@users.mediawiki.org>
Thu, 29 Sep 2011 21:30:00 +0000 (21:30 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Thu, 29 Sep 2011 21:30:00 +0000 (21:30 +0000)
includes/parser/ParserOptions.php

index d462df5..21b1cd8 100644 (file)
@@ -139,7 +139,7 @@ class ParserOptions {
        function setTidy( $x )                      { return wfSetVar( $this->mTidy, $x ); }
 
        /** @deprecated in 1.19; will be removed in 1.20 */
-       function setSkin( $x )                      { wfDeprecated( __METHOD__ ); }
+       function setSkin( $x )                      { wfDeprecated( __METHOD__, '1.19' ); }
        function setInterfaceMessage( $x )          { return wfSetVar( $this->mInterfaceMessage, $x ); }
        function setTargetLanguage( $x )            { return wfSetVar( $this->mTargetLanguage, $x, true ); }
        function setMaxIncludeSize( $x )            { return wfSetVar( $this->mMaxIncludeSize, $x ); }