Index: trunk/phase3/includes/User.php |
— | — | @@ -2594,7 +2594,7 @@ |
2595 | 2595 | * @deprecated since 1.18 Use ->getSkin() in the most relevant outputting context you have |
2596 | 2596 | */ |
2597 | 2597 | public function getSkin() { |
2598 | | - wfDeprecated( __METHOD__, '1.18' ); |
| 2598 | + //wfDeprecated( __METHOD__, '1.18' ); |
2599 | 2599 | return RequestContext::getMain()->getSkin(); |
2600 | 2600 | } |
2601 | 2601 | |