From ae4c6c70c0e2678f42525f5223e92a892f89e8cc Mon Sep 17 00:00:00 2001 From: westi Date: Sun, 19 Dec 2010 22:27:30 +0000 Subject: [PATCH] Improve the button and header test to give a clearer picture between Adding New Users and Adding Exiting Users to a site. Fixes #14756 git-svn-id: http://svn.automattic.com/wordpress/trunk@17069 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/user-new.php | 8 +++++++- wp-admin/users.php | 10 +++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/wp-admin/user-new.php b/wp-admin/user-new.php index 1ad39de69..0d958bc2c 100644 --- a/wp-admin/user-new.php +++ b/wp-admin/user-new.php @@ -182,7 +182,13 @@ if ( isset($_GET['update']) ) { ?>
-

+

+

diff --git a/wp-admin/users.php b/wp-admin/users.php index 4f4311356..f0f3dc104 100644 --- a/wp-admin/users.php +++ b/wp-admin/users.php @@ -343,7 +343,15 @@ if ( ! empty($messages) ) {
-

+ + + + +' . __('Search results for “%s”') . '', esc_html( $usersearch ) ); ?>