Importer work.

git-svn-id: http://svn.automattic.com/wordpress/trunk@3098 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2005-11-16 02:07:56 +00:00
parent 10c71b6d01
commit 82e3412256
3 changed files with 20 additions and 15 deletions

View File

@@ -137,7 +137,7 @@ class RSS_Import {
$this->file = $file['file'];
$this->get_posts();
$this->import_posts();
wp_import_cleanup($file);
wp_import_cleanup($file['id']);
echo '<h3>All done. <a href="' . get_option('home') . '">Have fun!</a></h3>';
}