From e849d3b270dd55564734c43132ca5a96d57590fc Mon Sep 17 00:00:00 2001 From: azaozz Date: Mon, 17 Oct 2011 20:57:32 +0000 Subject: [PATCH] Use IE conditionals when adding the ie8 class, introduce _wp_admin_html_begin(), props scribu, fixes #18966 git-svn-id: http://svn.automattic.com/wordpress/trunk@18982 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/admin-header.php | 5 +---- wp-admin/includes/media.php | 5 +---- wp-admin/includes/template.php | 20 ++++++++++++++++---- wp-admin/press-this.php | 10 ++-------- wp-includes/vars.php | 2 -- 5 files changed, 20 insertions(+), 22 deletions(-) diff --git a/wp-admin/admin-header.php b/wp-admin/admin-header.php index fae0b8e28..2c14a9225 100644 --- a/wp-admin/admin-header.php +++ b/wp-admin/admin-header.php @@ -33,11 +33,8 @@ $admin_title = apply_filters( 'admin_title', $admin_title, $title ); wp_user_settings(); +_wp_admin_html_begin(); ?> - -> - - <?php echo $admin_title; ?> - -> - - <?php bloginfo('name') ?> › <?php _e('Uploads'); ?> — <?php _e('WordPress'); ?> -> - - + _wp_admin_html_begin(); +?> <?php bloginfo('name') ?> › <?php echo $title ?> — <?php _e('WordPress'); ?> + + + + > + + + + - -> - - - <?php _e('Press This') ?> - - +<?php _e('Press This') ?>