diff --git a/wp-admin/import/rss.php b/wp-admin/import/rss.php index b566cb4e2c..0a647075b8 100644 --- a/wp-admin/import/rss.php +++ b/wp-admin/import/rss.php @@ -98,7 +98,7 @@ class RSS_Import { $post_author = 1; $post_status = 'publish'; - $this->posts[$index] = compact('post_author', 'post_date', 'post_date_gmt', 'post_content', 'post_title', 'post_status', 'guid', 'categories'); + $this->posts[$index] = compact('post_author', 'post_date', 'post_content', 'post_title', 'post_status', 'guid', 'categories'); $index++; } }