diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index 4bfb108adf..8983bb99e5 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -1395,6 +1395,7 @@ function iframe_header( $title = '', $limit_styles = false ) { $current_screen = get_current_screen(); + @header( 'Content-Type: ' . get_option( 'html_type' ) . '; charset=' . get_option( 'blog_charset' ) ); _wp_admin_html_begin(); ?> <?php bloginfo('name') ?> › <?php echo $title ?> — <?php _e('WordPress'); ?>