From: Daniel Friesen Date: Sat, 5 Feb 2011 20:25:17 +0000 (+0000) Subject: Followup r81569, kill the wfDeprecated for now till we can actually get rid of the... X-Git-Tag: 1.31.0-rc.0~32182 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=a605c351092d8a2e37d49ea982e1d83f7fccb215;p=lhc%2Fweb%2Fwiklou.git Followup r81569, kill the wfDeprecated for now till we can actually get rid of the use of languagesHtml. --- diff --git a/includes/api/ApiParse.php b/includes/api/ApiParse.php index 6c3e8d7f16..293df6ba68 100644 --- a/includes/api/ApiParse.php +++ b/includes/api/ApiParse.php @@ -384,8 +384,6 @@ class ApiParse extends ApiBase { private function languagesHtml( $languages ) { global $wgOut, $wgUser, $wgContLang, $wgHideInterlanguageLinks; - wfDeprecated( __METHOD__ ); - if ( $wgHideInterlanguageLinks || count( $languages ) == 0 ) { return ''; }