diff --git a/wp-app.php b/wp-app.php index 1cf22428fd..3960a120e4 100644 --- a/wp-app.php +++ b/wp-app.php @@ -701,7 +701,7 @@ EOD; extract($entry); $post_title = $parsed->title[1]; - $post_content = $parsed->content[1]; + $post_content = $parsed->summary[1]; $pubtimes = $this->get_publish_time($parsed->updated); $post_modified = $pubtimes[0]; $post_modified_gmt = $pubtimes[1];