Followup r81569, kill the wfDeprecated for now till we can actually get rid of the...
authorDaniel Friesen <dantman@users.mediawiki.org>
Sat, 5 Feb 2011 20:25:17 +0000 (20:25 +0000)
committerDaniel Friesen <dantman@users.mediawiki.org>
Sat, 5 Feb 2011 20:25:17 +0000 (20:25 +0000)
includes/api/ApiParse.php

index 6c3e8d7..293df6b 100644 (file)
@@ -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 '';
                }