Changeset 14313 for trunk/wp-admin/import.php
- Timestamp:
- 04/30/2010 01:54:32 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import.php
r11764 r14313 11 11 12 12 if ( !current_user_can('edit_files') ) 13 wp_die(__('You do not have sufficient permissions to import content in this blog.'));13 wp_die(__('You do not have sufficient permissions to import content in this site.')); 14 14 15 15 $title = __('Import'); … … 21 21 <?php screen_icon(); ?> 22 22 <h2><?php echo esc_html( $title ); ?></h2> 23 <p><?php _e('If you have posts or comments in another system, WordPress can import those into this blog. To get started, choose a system to import from below:'); ?></p>23 <p><?php _e('If you have posts or comments in another system, WordPress can import those into this site. To get started, choose a system to import from below:'); ?></p> 24 24 25 25 <?php
Note: See TracChangeset
for help on using the changeset viewer.