mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-03 15:08:10 +01:00
Include the post status in the response for mt.getRecentPostTitles calls
Fixes #17091 props daniloercoli git-svn-id: http://svn.automattic.com/wordpress/trunk@17649 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3f4f150632
commit
ca45144dd5
@ -3146,6 +3146,7 @@ class wp_xmlrpc_server extends IXR_Server {
|
||||
'userid' => $entry['post_author'],
|
||||
'postid' => (string) $entry['ID'],
|
||||
'title' => $entry['post_title'],
|
||||
'post_status' => $entry['post_status'],
|
||||
'date_created_gmt' => new IXR_Date($post_date_gmt)
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user