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:
parent
b0d19f6b30
commit
a44ccc5b13
@ -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