#6751 closed defect (bug) (invalid)
wp_mime_type_icon() no longer supports custom media icons
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.5 |
Component: | Media | Keywords: | |
Focuses: | Cc: |
Description (last modified by )
Support for custom media icons, as described here, has been gutted from wp_mime_type_icon(). The crystal icons are hard coded.
ADDITIONAL DETAILS (to add finding this ticket)
from http://codex.wordpress.org/Theme_Development#Media_Icons
Wordpress uses media icons to represent attachment files on your blog and in the Admin interface, if those icons are available.
It looks for image files named by media type in the images directory of the current theme.
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):
Change History (7)
Note: See
TracTickets for help on using
tickets.
Wow.. Is this still valid? I just got linked here from the Codex page..
Any plans on putting support back if its not already been done so?