Changes between Version 6 and Version 8 of Ticket #20548
- Timestamp:
- 07/14/12 15:11:30 (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20548
- Property Keywords close added
-
Ticket #20548 – Description
v6 v8 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 16508first 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)
