Changeset 35725 for trunk/src/wp-includes/media.php
- Timestamp:
- 11/22/2015 03:50:32 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r35716 r35725 756 756 757 757 if ( $icon && $src = wp_mime_type_icon( $attachment_id ) ) { 758 /** This filter is documented in wp-includes/post -functions.php */758 /** This filter is documented in wp-includes/post.php */ 759 759 $icon_dir = apply_filters( 'icon_dir', ABSPATH . WPINC . '/images/media' ); 760 760
Note: See TracChangeset
for help on using the changeset viewer.