Ticket #38467: 38467.diff
| File 38467.diff, 572 bytes (added by , 9 years ago) |
|---|
-
src/wp-includes/class-wp-xmlrpc-server.php
diff --git a/src/wp-includes/class-wp-xmlrpc-server.php b/src/wp-includes/class-wp-xmlrpc-server.php index ffeb102..844eda0 100644
a b class wp_xmlrpc_server extends IXR_Server { 5790 5790 $recent_posts[] = array( 5791 5791 'dateCreated' => $post_date, 5792 5792 'userid' => $entry['post_author'], 5793 'postid' => ( string) $entry['ID'],5793 'postid' => (int) $entry['ID'], 5794 5794 'description' => $post['main'], 5795 5795 'title' => $entry['post_title'], 5796 5796 'link' => $link,