Make WordPress Core


Ignore:
Timestamp:
03/25/2014 09:09:34 PM (10 years ago)
Author:
helen
Message:

Use Dashicon-style images for mime type icons. Actually moving to Dashicons via the font can be explored later, but has theme/plugin implications and requires too many changes to make it for 3.9. props melchoyce for the icons. fixes #26650.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/post.php

    r27657 r27726  
    44804480
    44814481        if ( !is_array($icon_files) ) {
    4482             $icon_dir = apply_filters( 'icon_dir', ABSPATH . WPINC . '/images/crystal' );
    4483             $icon_dir_uri = apply_filters( 'icon_dir_uri', includes_url('images/crystal') );
     4482            $icon_dir = apply_filters( 'icon_dir', ABSPATH . WPINC . '/images/media' );
     4483            $icon_dir_uri = apply_filters( 'icon_dir_uri', includes_url('images/media') );
    44844484            $dirs = apply_filters( 'icon_dirs', array($icon_dir => $icon_dir_uri) );
    44854485            $icon_files = array();
Note: See TracChangeset for help on using the changeset viewer.