Attachment metadata is stored in the summary field in AtomPub requests. Fixes #9148 props josephscott.

git-svn-id: http://svn.automattic.com/wordpress/trunk@10751 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi 2009-03-09 22:35:20 +00:00
parent 0abd25b516
commit 447298f038
1 changed files with 1 additions and 1 deletions

View File

@ -705,7 +705,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];