Throw a wfDeprecated() on this since the last usage is gone in r68836
authorChad Horohoe <demon@users.mediawiki.org>
Thu, 1 Jul 2010 15:31:54 +0000 (15:31 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Thu, 1 Jul 2010 15:31:54 +0000 (15:31 +0000)
includes/GlobalFunctions.php

index c475a82..fa52854 100644 (file)
@@ -2093,6 +2093,7 @@ function wfGetSiteNotice() {
  * @deprecated
  */
 function &wfGetMimeMagic() {
+       wfDeprecated( __FUNCTION__ );
        return MimeMagic::singleton();
 }