Index: trunk/phase3/includes/parser/ParserOptions.php |
— | — | @@ -139,7 +139,7 @@ |
140 | 140 | function setTidy( $x ) { return wfSetVar( $this->mTidy, $x ); } |
141 | 141 | |
142 | 142 | /** @deprecated in 1.19; will be removed in 1.20 */ |
143 | | - function setSkin( $x ) { wfDeprecated( __METHOD__ ); } |
| 143 | + function setSkin( $x ) { wfDeprecated( __METHOD__, '1.19' ); } |
144 | 144 | function setInterfaceMessage( $x ) { return wfSetVar( $this->mInterfaceMessage, $x ); } |
145 | 145 | function setTargetLanguage( $x ) { return wfSetVar( $this->mTargetLanguage, $x, true ); } |
146 | 146 | function setMaxIncludeSize( $x ) { return wfSetVar( $this->mMaxIncludeSize, $x ); } |