'; echo '
'.__('Howdy! Upload your WordPress eXtended RSS (WXR) file and we’ll import the posts, comments, custom fields, and categories into this blog.').'
'; wp_import_upload_form("admin.php?import=wordpress&step=1"); echo 'admins entries.'); ?>
get_wp_authors(); echo ' '; echo ''; } function select_authors() { $file = wp_import_handle_upload(); if ( isset($file['error']) ) { $this->header(); echo ''.__('Sorry, there has been an error.').'
'; echo '' . $file['error'] . '
'; $this->footer(); return; } $this->file = $file['file']; $this->id = $file['id']; $this->get_entries(); $this->wp_authors_form(); } function process_posts() { global $wpdb; $i = -1; echo '