From: umherirrender Date: Fri, 5 Oct 2012 20:41:22 +0000 (+0200) Subject: Remove deprecated 1.16 wfLoadExtensionMessages X-Git-Tag: 1.31.0-rc.0~22133 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/%7B%7B%20url_for%28%27admin_users%27%29%20%7D%7D?a=commitdiff_plain;h=161c35bcb41687e93d6cd6a75170a4df50437d85;p=lhc%2Fweb%2Fwiklou.git Remove deprecated 1.16 wfLoadExtensionMessages Change-Id: I9b9ecc9818d17c98748f39177c28554f8c485de5 --- diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 17e3f4d5a0..3bbf62f0a0 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -3551,16 +3551,6 @@ function wfBoolToStr( $value ) { return $value ? 'true' : 'false'; } -/** - * Load an extension messages file - * - * @deprecated since 1.16, warnings in 1.18, remove in 1.20 - * @codeCoverageIgnore - */ -function wfLoadExtensionMessages() { - wfDeprecated( __FUNCTION__, '1.16' ); -} - /** * Get a platform-independent path to the null file, e.g. /dev/null *