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