Include the post status in the response for mt.getRecentPostTitles calls

Fixes #17091 props daniloercoli


git-svn-id: https://develop.svn.wordpress.org/trunk@17649 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Joseph Scott 2011-04-18 17:16:46 +00:00
parent b0d19f6b30
commit a44ccc5b13
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)
);