Changeset 7998 for trunk/wp-includes/media.php
- Timestamp:
- 05/27/2008 05:46:01 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/media.php
r7892 r7998 307 307 308 308 if ( $icon && $src = wp_mime_type_icon($attachment_id) ) { 309 $icon_dir = apply_filters( 'icon_dir', ABSPATH . WPINC . '/images/crystal');309 $icon_dir = apply_filters( 'icon_dir', includes_url('images/crystal') ); 310 310 $src_file = $icon_dir . '/' . basename($src); 311 311 @list($width, $height) = getimagesize($src_file);
Note: See TracChangeset
for help on using the changeset viewer.