Make WordPress Core


Ignore:
Timestamp:
04/18/2011 05:16:46 PM (13 years ago)
Author:
josephscott
Message:

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

Fixes #17091 props daniloercoli

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/class-wp-xmlrpc-server.php

    r17648 r17649  
    31473147                'postid' => (string) $entry['ID'],
    31483148                'title' => $entry['post_title'],
     3149                'post_status' => $entry['post_status'],
    31493150                'date_created_gmt' => new IXR_Date($post_date_gmt)
    31503151            );
Note: See TracChangeset for help on using the changeset viewer.