From fb3ae443efd888906842f908c105e15d9ebdd413 Mon Sep 17 00:00:00 2001 From: Robin Pepermans Date: Mon, 13 Feb 2012 20:26:02 +0000 Subject: [PATCH] Remove all usage of wfUILang(), deprecated in 1.18. Also some other minor tweaks. Didn't remove wfUILang itself yet in case someone uses older versions of the extensions with trunk/1.20. --- includes/GlobalFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 0e31de51ac..be920fb6ae 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -1282,7 +1282,7 @@ function wfGetLangObj( $langcode = false ) { /** * Old function when $wgBetterDirectionality existed - * Removed in core, kept in extensions for backwards compat. + * All usage removed, wfUILang can be removed in near future * * @deprecated since 1.18 * @return Language -- 2.20.1