Changeset 45440 for trunk/src/wp-admin/admin.php
- Timestamp:
- 05/26/2019 06:08:55 PM (6 years ago)
- File:
-
- 1 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
Note: See TracChangeset
for help on using the changeset viewer.