From 52622808bdab82fc8bd1a36a774babd063612977 Mon Sep 17 00:00:00 2001 From: mikelittle Date: Sun, 3 Aug 2003 00:01:07 +0000 Subject: [PATCH] Added blog name to page title. http://wordpress.org/support/4/391 git-svn-id: http://svn.automattic.com/wordpress/trunk@286 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/b2header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/b2header.php b/wp-admin/b2header.php index 177f2940e6..e76bd916d1 100644 --- a/wp-admin/b2header.php +++ b/wp-admin/b2header.php @@ -47,7 +47,7 @@ if ($standalone == 0) { ?> -WordPress > <?php echo $title; ?> +WordPress > <?php bloginfo('name') ?> > <?php echo $title; ?>