Changeset 45611 for trunk/src/wp-admin/admin-header.php
- Timestamp:
- 07/09/2019 05:44:42 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/admin-header.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/admin-header.php
r45599 r45611 7 7 */ 8 8 9 @header( 'Content-Type: ' . get_option( 'html_type' ) . '; charset=' . get_option( 'blog_charset' ) );9 header( 'Content-Type: ' . get_option( 'html_type' ) . '; charset=' . get_option( 'blog_charset' ) ); 10 10 if ( ! defined( 'WP_ADMIN' ) ) { 11 11 require_once( dirname( __FILE__ ) . '/admin.php' );
Note: See TracChangeset
for help on using the changeset viewer.