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:
josephscott 2011-04-18 17:16:46 +00:00
parent 3f4f150632
commit ca45144dd5
1 changed files with 1 additions and 0 deletions

View File

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