diff --git a/wp-admin/users.php b/wp-admin/users.php index 7724e2676..70d978cf9 100644 --- a/wp-admin/users.php +++ b/wp-admin/users.php @@ -204,7 +204,7 @@ default: if ( $userids ) $total_users_for_this_query = $wpdb->get_var('SELECT COUNT(ID) ' . $from_where); // no limit else - $errors = new WP_Error('no_matching_users_found', __('No matching users were found!')); + $search_errors = new WP_Error('no_matching_users_found', __('No matching users were found!')); // Now for the paging if ( $total_users_for_this_query > $users_per_page ) { // have to page the results @@ -282,30 +282,43 @@ default:
-

- + -

+

+ +

-
+ + + + +
+ +
+ + + +

+ + +

+ + +

+ +
-
- -

-
- -

- -

- - -

$roleclass) { @@ -356,10 +369,9 @@ foreach ( (array) $roleclass as $user_object ) {

- - - + +