Changeset 33954 for trunk/src/wp-includes/media.php
- Timestamp:
- 09/08/2015 10:16:57 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r33844 r33954 707 707 708 708 if ( $icon && $src = wp_mime_type_icon( $attachment_id ) ) { 709 /** This filter is documented in wp-includes/post .php */709 /** This filter is documented in wp-includes/post-functions.php */ 710 710 $icon_dir = apply_filters( 'icon_dir', ABSPATH . WPINC . '/images/media' ); 711 711
Note: See TracChangeset
for help on using the changeset viewer.