Make WordPress Core


Ignore:
Timestamp:
03/11/2015 03:24:04 PM (10 years ago)
Author:
ocean90
Message:

Merge three similar strings.

props pavelevap.
see #31013.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/deprecated.php

    r31679 r31717  
    549549            $this->total_users_for_query = $wpdb->get_var("SELECT COUNT(DISTINCT($wpdb->users.ID))" . $this->query_from . $this->query_where); // no limit
    550550        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.'));
    552552    }
    553553
Note: See TracChangeset for help on using the changeset viewer.