Put page title before blog name in admin title. fixes #9028
git-svn-id: http://svn.automattic.com/wordpress/trunk@10632 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
87d69b6268
commit
1c169009f1
|
@ -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') ?> › <?php echo $title; ?> — WordPress</title>
|
||||
<title><?php echo $title; ?> ‹ <?php bloginfo('name') ?> — WordPress</title>
|
||||
<?php
|
||||
|
||||
wp_admin_css( 'css/global' );
|
||||
|
|
Loading…
Reference in New Issue