r106185 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r106184‎ | r106185 | r106186 >
Date:12:59, 14 December 2011
Author:hashar
Status:deferred
Tags:
Comment:
revert r106183 : type / not setting followup
Modified paths:
  • /trunk/phase3/includes/User.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/User.php
@@ -2594,7 +2594,7 @@
25952595 * @deprecated since 1.18 Use ->getSkin() in the most relevant outputting context you have
25962596 */
25972597 public function getSkin() {
2598 - //swfDeprecated( __METHOD__, '1.18' );
 2598+ wfDeprecated( __METHOD__, '1.18' );
25992599 return RequestContext::getMain()->getSkin();
26002600 }
26012601

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r106183Comment out wfDeprecated() call in User::getSkin(), there's over 300 uses in ...reedy12:54, 14 December 2011

Status & tagging log