Changes between Initial Version and Version 1 of Ticket #6751
- Timestamp:
- 04/22/2008 04:42:15 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6751
- Property Keywords needs-patch added
-
Property
Version
changed from
to
2.5
-
Ticket #6751 – Description
initial v1 1 1 Support for custom media icons, as described [http://codex.wordpress.org/Theme_Development#Media_Icons here], has been gutted from wp_mime_type_icon(). The crystal icons are hard coded. 2 3 ADDITIONAL DETAILS (to add finding this ticket) 4 5 from http://codex.wordpress.org/Theme_Development#Media_Icons 6 7 Wordpress uses media icons to represent attachment files on your blog and in the Admin interface, if those icons are available. 8 9 It looks for image files named by media type in the images directory of the current theme. 10 11 For example, for an attachment of MIME type audio/mpeg, Wordpress would look for an icon file at these locations, stopping after the first match (see wp_mime_type_icon):