Changes between Initial Version and Version 1 of Ticket #25272, comment 1
- Timestamp:
- 09/11/2013 02:18:00 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25272, comment 1
initial v1 2 2 - Remove wp_ajax_autosave(). 3 3 - Introduce `autosave( $post_data )` (in PHP). 4 - Remove the autosave nonce, use the `edit _post . $post_id` nonce instead.4 - Remove the autosave nonce, use the `edit-post . $post_id` nonce instead. 5 5 - Change post_status from auto-draft to draft in `_wp_translate_postdata()` (before the "What to do based on which button they pressed" part). 6 6 - Change `wp_create_post_autosave()` to accept either the post data or post_id.