From eeb06f89674c82addd3f49db7a776062fb1394e3 Mon Sep 17 00:00:00 2001 From: Peter Westwood 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: https://develop.svn.wordpress.org/trunk@17069 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 1ad39de69d..0d958bc2ca 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 4f4311356e..f0f3dc1046 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 ) ); ?>