diff --git a/src/wp-admin/includes/template.php b/src/wp-admin/includes/template.php index ef2f2a7b26..5d43a255ed 100644 --- a/src/wp-admin/includes/template.php +++ b/src/wp-admin/includes/template.php @@ -1688,6 +1688,10 @@ function _wp_admin_html_begin() { global $is_IE; $admin_html_class = ( is_admin_bar_showing() ) ? 'wp-toolbar' : ''; + + if ( $is_IE ) + @header('X-UA-Compatible: IE=edge'); + ?> - - -