Make WordPress Core

Changeset 37956


Ignore:
Timestamp:
07/04/2016 09:36:55 PM (9 years ago)
Author:
SergeyBiryukov
Message:

Text Changes: Remove duplicate string, use the one we already have.

See #34521.

File:
1 edited

Legend:

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

    r37944 r37956  
    38273827
    38283828    if ( ! $wp_list_table->ajax_user_can() ) {
    3829         $status['errorMessage'] = __( 'Sorry, you are not allowed to manage plugins on this site.' );
     3829        $status['errorMessage'] = __( 'Sorry, you are not allowed to manage plugins for this site.' );
    38303830        wp_send_json_error( $status );
    38313831    }
Note: See TracChangeset for help on using the changeset viewer.