Changeset 31717
- Timestamp:
- 03/11/2015 03:24:04 PM (10 years ago)
- Location:
- trunk/src/wp-admin/includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-users-list-table.php
r31517 r31717 121 121 */ 122 122 public function no_items() { 123 _e( 'No matching users werefound.' );123 _e( 'No users found.' ); 124 124 } 125 125 -
trunk/src/wp-admin/includes/deprecated.php
r31679 r31717 549 549 $this->total_users_for_query = $wpdb->get_var("SELECT COUNT(DISTINCT($wpdb->users.ID))" . $this->query_from . $this->query_where); // no limit 550 550 else 551 $this->search_errors = new WP_Error('no_matching_users_found', __('No matching users were found!'));551 $this->search_errors = new WP_Error('no_matching_users_found', __('No users found.')); 552 552 } 553 553
Note: See TracChangeset
for help on using the changeset viewer.