Importer work.

git-svn-id: https://develop.svn.wordpress.org/trunk@3098 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2005-11-16 02:07:56 +00:00
parent 35dd21caec
commit c8a8ab6807
3 changed files with 20 additions and 15 deletions
+1 -1
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>';
}