Changeset 45611 for trunk/src/wp-admin/includes/template.php
- Timestamp:
- 07/09/2019 05:44:42 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r45602 r45611 1902 1902 $current_screen = get_current_screen(); 1903 1903 1904 @header( 'Content-Type: ' . get_option( 'html_type' ) . '; charset=' . get_option( 'blog_charset' ) );1904 header( 'Content-Type: ' . get_option( 'html_type' ) . '; charset=' . get_option( 'blog_charset' ) ); 1905 1905 _wp_admin_html_begin(); 1906 1906 ?> … … 2325 2325 2326 2326 if ( $is_IE ) { 2327 @header( 'X-UA-Compatible: IE=edge' );2327 header( 'X-UA-Compatible: IE=edge' ); 2328 2328 } 2329 2329
Note: See TracChangeset
for help on using the changeset viewer.