From: Chad Horohoe Date: Thu, 1 Jul 2010 15:31:54 +0000 (+0000) Subject: Throw a wfDeprecated() on this since the last usage is gone in r68836 X-Git-Tag: 1.31.0-rc.0~36319 X-Git-Url: http://git.cyclocoop.org/fichier?a=commitdiff_plain;h=e4429f1bb4a4a84134df5d5311136e75738e4589;p=lhc%2Fweb%2Fwiklou.git Throw a wfDeprecated() on this since the last usage is gone in r68836 --- diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index c475a8284a..fa52854a33 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -2093,6 +2093,7 @@ function wfGetSiteNotice() { * @deprecated */ function &wfGetMimeMagic() { + wfDeprecated( __FUNCTION__ ); return MimeMagic::singleton(); }