mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-05 18:32:23 +01:00
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:
parent
3f9c011410
commit
4b701a0713
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user