Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #6751


Ignore:
Timestamp:
04/22/2008 04:42:15 PM (17 years ago)
Author:
lloydbudd
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6751

    • Property Keywords needs-patch added
    • Property Version changed from to 2.5
  • Ticket #6751 – Description

    initial v1  
    11Support 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
     3ADDITIONAL DETAILS (to add finding this ticket)
     4
     5from http://codex.wordpress.org/Theme_Development#Media_Icons
     6
     7Wordpress uses media icons to represent attachment files on your blog and in the Admin interface, if those icons are available.
     8
     9It looks for image files named by media type in the images directory of the current theme.
     10
     11For 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):