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

git-svn-id: http://svn.automattic.com/wordpress/branches/2.7@10752 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi 2009-03-09 22:41:48 +00:00
parent 3f9c011410
commit 4b701a0713

View File

@ -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];