Turn ParserOptions::setSkin() into a no-op since mSkin is no more used
This commit is contained in:
parent
018def1ecc
commit
077d6e218f
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ class ParserOptions {
|
|||
function setNumberHeadings( $x ) { return wfSetVar( $this->mNumberHeadings, $x ); }
|
||||
function setAllowSpecialInclusion( $x ) { return wfSetVar( $this->mAllowSpecialInclusion, $x ); }
|
||||
function setTidy( $x ) { return wfSetVar( $this->mTidy, $x ); }
|
||||
function setSkin( $x ) { $this->mSkin = $x; }
|
||||
function setSkin( $x ) {}
|
||||
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 ); }
|
||||
|
|
|
|||
Loading…
Reference in a new issue