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 @@
2094
2094
* @deprecated
2095
2095
*/
2096
2096
function &wfGetMimeMagic() {
2097
+ wfDeprecated( __FUNCTION__ );
2097
2098
return MimeMagic::singleton();
2098
2099
}
2099
2100
Follow-up revisions
Revision
Commit summary
Author
Date
r77070
Note version and revision deprecating wfGetMimeMagic (fu
r68837
)
hashar
12:03, 21 November 2010
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r68836
Please don't use functions that were deprecated 24309 revisions before you us...
demon
15:29, 1 July 2010
Comments
#
Comment by
Hashar
(
talk
|
contribs
)
12:03, 21 November 2010
added note with
r77070
Status & tagging log
12:03, 21 November 2010
Hashar
(
talk
|
contribs
)
changed the
status
of r68837
[
removed:
new
added:
ok]