From a605c351092d8a2e37d49ea982e1d83f7fccb215 Mon Sep 17 00:00:00 2001 From: Daniel Friesen Date: Sat, 5 Feb 2011 20:25:17 +0000 Subject: [PATCH] Followup r81569, kill the wfDeprecated for now till we can actually get rid of the use of languagesHtml. --- includes/api/ApiParse.php | 2 -- 1 file changed, 2 deletions(-) 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 ''; } -- 2.20.1