diff --git a/wp-admin/admin-header.php b/wp-admin/admin-header.php index 96a4e229aa..d860414fc5 100644 --- a/wp-admin/admin-header.php +++ b/wp-admin/admin-header.php @@ -29,8 +29,6 @@ $time_difference = get_settings('time_difference'); $date_format = stripslashes(get_settings('date_format')); $time_format = stripslashes(get_settings('time_format')); -$admin_area_charset = (!isset($admin_area_charset)) ? 'iso-8859-15' : $admin_area_charset; - // let's deactivate quicktags on IE Mac and Lynx, because they don't work there. if (($is_macIE) || ($is_lynx)) $use_quicktags = 0; @@ -59,7 +57,7 @@ if ($standalone == 0) { WordPress › <?php bloginfo('name') ?> › <?php echo $title; ?> - + diff --git a/wp-admin/bookmarklet.php b/wp-admin/bookmarklet.php index 52fc5eab42..86571073f8 100644 --- a/wp-admin/bookmarklet.php +++ b/wp-admin/bookmarklet.php @@ -71,7 +71,7 @@ window.close() WordPress > Bookmarklet - +