From e4429f1bb4a4a84134df5d5311136e75738e4589 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Thu, 1 Jul 2010 15:31:54 +0000 Subject: [PATCH] Throw a wfDeprecated() on this since the last usage is gone in r68836 --- includes/GlobalFunctions.php | 1 + 1 file changed, 1 insertion(+) 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(); } -- 2.20.1