Comment out wfDeprecated() call in User::getSkin(), there's over 300 uses in /trunk
reverts r106174
This commit is contained in:
parent
f731b9cb92
commit
28cec38f86
1 changed files with 1 additions and 1 deletions
|
|
@ -2594,7 +2594,7 @@ class User {
|
|||
* @deprecated since 1.18 Use ->getSkin() in the most relevant outputting context you have
|
||||
*/
|
||||
public function getSkin() {
|
||||
wfDeprecated( __METHOD__, '1.18' );
|
||||
//wfDeprecated( __METHOD__, '1.18' );
|
||||
return RequestContext::getMain()->getSkin();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue