Changeset 36869 for trunk/src/wp-admin/includes/media.php
- Timestamp:
- 03/06/2016 03:37:25 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/media.php
r36232 r36869 456 456 if ( ( is_array( $content_func ) && ! empty( $content_func[1] ) && 0 === strpos( (string) $content_func[1], 'media' ) ) 457 457 || ( ! is_array( $content_func ) && 0 === strpos( $content_func, 'media' ) ) ) 458 wp_enqueue_style( ' media' );458 wp_enqueue_style( 'deprecated-media' ); 459 459 wp_enqueue_style( 'ie' ); 460 460 ?>
Note: See TracChangeset
for help on using the changeset viewer.