r106006 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r106005‎ | r106006 | r106007 >
Date:10:40, 13 December 2011
Author:raymond
Status:reverted (Comments)
Tags:
Comment:
Partly revert r105985 for now: Flooding of translatewiki.net log/channel:
PHP Notice: Use of wfUILang was deprecated in MediaWiki 1.18. [Called from TalkpageView::show in /www/w/extensions/LiquidThreads/pages/TalkpageView.php at line 289] in /www/w/includes/GlobalFunctions.php on line 3520
Modified paths:
  • /trunk/phase3/includes/GlobalFunctions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/GlobalFunctions.php
@@ -1153,7 +1153,7 @@
11541154 * @return Language
11551155 */
11561156 function wfUILang() {
1157 - wfDeprecated( __METHOD__, '1.18' );
 1157+ # wfDeprecated( __METHOD__, '1.18' ); // See r105985 and it's revert. Somewhere still used.
11581158 global $wgLang;
11591159 return $wgLang;
11601160 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r105985add missing deprecation notices and added deprecation version to existing onesjeroendedauw05:19, 13 December 2011

Comments

#Comment by Nikerabbit (talk | contribs)   11:10, 16 December 2011

I guess this can be reverted now.

#Comment by Raymond (talk | contribs)   14:42, 20 December 2011

Already done by yourself in r106401 :-)

Status & tagging log