Changes from trunk/wp-admin/import.php at r11380 to branches/2.8/wp-admin/import.php at r11765
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.8/wp-admin/import.php
r11380 r11765 9 9 /** Load WordPress Bootstrap */ 10 10 require_once ('admin.php'); 11 12 if ( !current_user_can('edit_files') ) 13 wp_die(__('You do not have sufficient permissions to import content in this blog.')); 14 11 15 $title = __('Import'); 12 16 require_once ('admin-header.php');
Note: See TracChangeset
for help on using the changeset viewer.