Changeset 45440
- Timestamp:
- 05/26/2019 06:08:55 PM (6 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/admin.php
r44598 r45440 294 294 295 295 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.' ) ); 297 297 } 298 298 -
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.