Put page title before blog name in admin title. fixes #9028

git-svn-id: https://develop.svn.wordpress.org/trunk@10632 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2009-02-23 06:31:37 +00:00
parent b62d27d733
commit e9411943ee
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ wp_user_settings();
<html xmlns="http://www.w3.org/1999/xhtml" <?php do_action('admin_xml_ns'); ?> <?php language_attributes(); ?>>
<head>
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_option('blog_charset'); ?>" />
<title><?php bloginfo('name') ?> &rsaquo; <?php echo $title; ?> &#8212; WordPress</title>
<title><?php echo $title; ?> &lsaquo; <?php bloginfo('name') ?> &#8212; WordPress</title>
<?php
wp_admin_css( 'css/global' );