Changeset 37998 for trunk/src/wp-admin/import.php
- Timestamp:
- 07/07/2016 10:53:00 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/import.php
r37914 r37998 12 12 require_once( dirname( __FILE__ ) . '/admin.php' ); 13 13 14 if ( !current_user_can('import') ) 15 wp_die(__('Sorry, you are not allowed to import content in this site.')); 14 if ( ! current_user_can( 'import' ) ) { 15 wp_die( __( 'Sorry, you are not allowed to import content.' ) ); 16 } 16 17 17 18 $title = __('Import');
Note: See TracChangeset
for help on using the changeset viewer.