r98460 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98459‎ | r98460 | r98461 >
Date:21:30, 29 September 2011
Author:aaron
Status:ok
Tags:
Comment:
FU r98412: added version to wfDeprecated call
Modified paths:
  • /trunk/phase3/includes/parser/ParserOptions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/parser/ParserOptions.php
@@ -139,7 +139,7 @@
140140 function setTidy( $x ) { return wfSetVar( $this->mTidy, $x ); }
141141
142142 /** @deprecated in 1.19; will be removed in 1.20 */
143 - function setSkin( $x ) { wfDeprecated( __METHOD__ ); }
 143+ function setSkin( $x ) { wfDeprecated( __METHOD__, '1.19' ); }
144144 function setInterfaceMessage( $x ) { return wfSetVar( $this->mInterfaceMessage, $x ); }
145145 function setTargetLanguage( $x ) { return wfSetVar( $this->mTargetLanguage, $x, true ); }
146146 function setMaxIncludeSize( $x ) { return wfSetVar( $this->mMaxIncludeSize, $x ); }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r98412Per Aaron, follow-up r96859: add @deprecated comment, a wfDeprecated() and ma...ialex15:21, 29 September 2011

Status & tagging log