From 9ec4162d3350ff0a69ec7fe701227493af034b6e Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Fri, 25 Jul 2008 13:39:00 +0000 Subject: [PATCH] Add some docs on how far back wfLoadExtensionMessages() goes --- includes/GlobalFunctions.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index f5a2660c7d..ed68880e56 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -2626,6 +2626,8 @@ function wfBoolToStr( $value ) { * @param string $extensionName Name of extension to load messages from\for. * @param string $langcode Language to load messages for, or false for default * behvaiour (en, content language and user language). + * @since r24808 (v1.11) Using this method of loading extension messages will not work + * on MediaWiki prior to that */ function wfLoadExtensionMessages( $extensionName, $langcode = false ) { global $wgExtensionMessagesFiles, $wgMessageCache, $wgLang, $wgContLang; -- 2.20.1