Changeset 27726 for trunk/src/wp-includes/media.php
- Timestamp:
- 03/25/2014 09:09:34 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r27668 r27726 603 603 604 604 if ( $icon && $src = wp_mime_type_icon($attachment_id) ) { 605 $icon_dir = apply_filters( 'icon_dir', ABSPATH . WPINC . '/images/ crystal' );605 $icon_dir = apply_filters( 'icon_dir', ABSPATH . WPINC . '/images/media' ); 606 606 $src_file = $icon_dir . '/' . wp_basename($src); 607 607 @list($width, $height) = getimagesize($src_file);
Note: See TracChangeset
for help on using the changeset viewer.