Changes between Initial Version and Version 6 of Ticket #20548
- Timestamp:
- 04/26/12 10:05:19 (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20548
- Property Cc maxcutler added
- Property Version changed from 3.1 to
- Property Component changed from General to XML-RPC
-
Ticket #20548 – Description
initial v6 1 1 In /wp-includes/class-wp-xmlrpc-server.php the return array for mw_getPost sets the postid as an int. For mw_getRecentPosts postid is cast as a string. (lines 1827 & 2810) 2 2 3 Rev 16508 first cast the int as string in response to ticket 15517. The reference given was an old MSDN article. However, the Blogger API actually says the post ID should be numerical, not a string.3 Rev 16508 first cast the int as string in response to ticket #15517. The reference given was an old MSDN article. However, the Blogger API actually says the post ID should be numerical, not a string. 4 4 5 5 (See Blogger API Post definition here: https://developers.google.com/blogger/docs/2.0/json/reference/posts#resource)
