Changeset 45440 for trunk/src/wp-admin/import.php
- Timestamp:
- 05/26/2019 06:08:55 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/import.php
r45140 r45440 13 13 14 14 if ( ! current_user_can( 'import' ) ) { 15 wp_die( __( 'Sorry, you are not allowed to import content .' ) );15 wp_die( __( 'Sorry, you are not allowed to import content into this site.' ) ); 16 16 } 17 17
Note: See TracChangeset
for help on using the changeset viewer.