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 @@
385
385
private function languagesHtml( $languages ) {
386
386
global $wgOut, $wgUser, $wgContLang, $wgHideInterlanguageLinks;
387
387
388
- wfDeprecated( __METHOD__ );
389
-
390
388
if ( $wgHideInterlanguageLinks || count( $languages ) == 0 ) {
391
389
return '';
392
390
}
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r81569
Followup comment to
r81507
. The api is using a legacy langlinks method no mod...
dantman
20:16, 5 February 2011
Status & tagging log
13:27, 23 May 2011
Reedy
(
talk
|
contribs
)
changed the
status
of r81570
[
removed:
new
added:
ok]