Make WordPress Core


Ignore:
Timestamp:
05/26/2019 06:08:55 PM (6 years ago)
Author:
SergeyBiryukov
Message:

I18N: Use consistent error messages when importing or exporting content.

Props ramiy.
Fixes #42269.

File:
1 edited

Legend:

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

    r44598 r45440  
    294294
    295295    if ( ! current_user_can( 'import' ) ) {
    296         wp_die( __( 'Sorry, you are not allowed to import content.' ) );
     296        wp_die( __( 'Sorry, you are not allowed to import content into this site.' ) );
    297297    }
    298298
Note: See TracChangeset for help on using the changeset viewer.