Changeset 45611 for trunk/src/wp-admin/media-upload.php
- Timestamp:
- 07/09/2019 05:44:42 AM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/media-upload.php
r42719 r45611 27 27 wp_enqueue_script( 'media-gallery' ); 28 28 29 @header( 'Content-Type: ' . get_option( 'html_type' ) . '; charset=' . get_option( 'blog_charset' ) );29 header( 'Content-Type: ' . get_option( 'html_type' ) . '; charset=' . get_option( 'blog_charset' ) ); 30 30 31 31 // IDs should be integers
Note: See TracChangeset
for help on using the changeset viewer.