[wp-trac] Re: [WordPress Trac] #6751: wp_mime_type_icon() no longer
supports custom media icons
WordPress Trac
wp-trac at lists.automattic.com
Tue Apr 22 16:42:16 GMT 2008
#6751: wp_mime_type_icon() no longer supports custom media icons
-------------------------+--------------------------------------------------
Reporter: ryan | Owner: anonymous
Type: defect | Status: new
Priority: normal | Milestone: 2.6
Component: General | Version: 2.5
Severity: normal | Resolution:
Keywords: needs-patch |
-------------------------+--------------------------------------------------
Changes (by lloydbudd):
* keywords: => needs-patch
* version: => 2.5
Old description:
> 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.
New description:
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.
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):
--
Ticket URL: <http://trac.wordpress.org/ticket/6751#comment:1>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list