r68837 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r68836‎ | r68837 | r68838 >
Date:15:31, 1 July 2010
Author:demon
Status:ok (Comments)
Tags:
Comment:
Throw a wfDeprecated() on this since the last usage is gone in r68836
Modified paths:
  • /trunk/phase3/includes/GlobalFunctions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/GlobalFunctions.php
@@ -2093,6 +2093,7 @@
20942094 * @deprecated
20952095 */
20962096 function &wfGetMimeMagic() {
 2097+ wfDeprecated( __FUNCTION__ );
20972098 return MimeMagic::singleton();
20982099 }
20992100

Follow-up revisions

RevisionCommit summaryAuthorDate
r77070Note version and revision deprecating wfGetMimeMagic (fu r68837)hashar12:03, 21 November 2010

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r68836Please don't use functions that were deprecated 24309 revisions before you us...demon15:29, 1 July 2010

Comments

#Comment by Hashar (talk | contribs)   12:03, 21 November 2010

added note with r77070

Status & tagging log