Changeset 9688 for trunk/wp-includes/media.php
- Timestamp:
- 11/14/2008 06:32:10 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/media.php
r9283 r9688 505 505 506 506 if ( $icon && $src = wp_mime_type_icon($attachment_id) ) { 507 $icon_dir = apply_filters( 'icon_dir _uri', includes_url('images/crystal'));507 $icon_dir = apply_filters( 'icon_dir', ABSPATH . WPINC . '/images/crystal' ); 508 508 $src_file = $icon_dir . '/' . basename($src); 509 509 @list($width, $height) = getimagesize($src_file);
Note: See TracChangeset
for help on using the changeset viewer.