Make WordPress Core


Ignore:
Timestamp:
07/04/2016 10:09:32 PM (8 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

    r37956 r37960  
    33983398
    33993399    if ( ! current_user_can( 'update_themes' ) ) {
    3400         $status['errorMessage'] = __( 'Sorry, you are not allowed to update themes on this site.' );
     3400        $status['errorMessage'] = __( 'Sorry, you are not allowed to update themes for this site.' );
    34013401        wp_send_json_error( $status );
    34023402    }
Note: See TracChangeset for help on using the changeset viewer.