From 75a2f04fa968da5e0c09946dbbdf983fdae8af20 Mon Sep 17 00:00:00 2001 From: markjaquith Date: Wed, 26 Mar 2008 07:14:07 +0000 Subject: [PATCH] Consensus is to make "Visit Site" links open in the same tab/window. fixes #6163 git-svn-id: http://svn.automattic.com/wordpress/trunk@7522 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/admin-header.php | 2 +- wp-admin/themes.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/admin-header.php b/wp-admin/admin-header.php index 97c301ef17..0185a98683 100644 --- a/wp-admin/admin-header.php +++ b/wp-admin/admin-header.php @@ -61,7 +61,7 @@ do_action('admin_head');

%2$s!'), 'profile.php', $user_identity) ?> | | Help') ?> | Forums') ?>

diff --git a/wp-admin/themes.php b/wp-admin/themes.php index 0981b77e7f..cb8d082bae 100644 --- a/wp-admin/themes.php +++ b/wp-admin/themes.php @@ -19,7 +19,7 @@ require_once('admin-header.php');

-

Visit site'), get_bloginfo('url') . '/'); ?>

+

Visit site'), get_bloginfo('url') . '/'); ?>