diff --git a/src/wp-admin/includes/template.php b/src/wp-admin/includes/template.php index ad42074dcc..ef2f2a7b26 100644 --- a/src/wp-admin/includes/template.php +++ b/src/wp-admin/includes/template.php @@ -1685,6 +1685,8 @@ function get_submit_button( $text = null, $type = 'primary large', $name = 'subm } function _wp_admin_html_begin() { + global $is_IE; + $admin_html_class = ( is_admin_bar_showing() ) ? 'wp-toolbar' : ''; ?> @@ -1695,6 +1697,14 @@ function _wp_admin_html_begin() { > + + +