Changes between Initial Version and Version 1 of Ticket #16985, comment 8
- Timestamp:
- 03/30/2011 06:36:33 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16985, comment 8
initial v1 1 This should work.2 When scheduling a post the post status is set to 'future' 3 This is not supported by the metaWeblog methods.1 When setting a publishing date to a 'draft' post the post_status is set to 'future' in the webdashboard. But metaWeblog method does'nt support post_status 'future'. 2 try this patch and when sending a 'draft' post to be published in a future date 3 set the post_status to 'future' and send it with a publishing date. 4 4 5 Client must set post_status to 'future' to schedule a draft post 5 Keen to know the results