mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Importer work.
git-svn-id: https://develop.svn.wordpress.org/trunk@3098 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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>';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user