From 8843ebacb1cb0d3a560ddf9a9ff8ec82ae96243d Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Sun, 21 Nov 2010 12:03:17 +0000 Subject: [PATCH] Note version and revision deprecating wfGetMimeMagic (fu r68837) --- includes/GlobalFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 7e3f53dec2..4a714d19f3 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -2195,7 +2195,7 @@ function wfGetSiteNotice() { /** * BC wrapper for MimeMagic::singleton() - * @deprecated + * @deprecated No longer needed as of 1.17 (r68836). */ function &wfGetMimeMagic() { wfDeprecated( __FUNCTION__ ); -- 2.20.1