r81570 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r81569‎ | r81570 | r81571 >
Date:20:25, 5 February 2011
Author:dantman
Status:ok
Tags:
Comment:
Followup r81569, kill the wfDeprecated for now till we can actually get rid of the use of languagesHtml.
Modified paths:
  • /trunk/phase3/includes/api/ApiParse.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiParse.php
@@ -384,8 +384,6 @@
385385 private function languagesHtml( $languages ) {
386386 global $wgOut, $wgUser, $wgContLang, $wgHideInterlanguageLinks;
387387
388 - wfDeprecated( __METHOD__ );
389 -
390388 if ( $wgHideInterlanguageLinks || count( $languages ) == 0 ) {
391389 return '';
392390 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r81569Followup comment to r81507. The api is using a legacy langlinks method no mod...dantman20:16, 5 February 2011

Status & tagging log