Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #25272, comment 1


Ignore:
Timestamp:
09/11/2013 02:18:00 AM (11 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25272, comment 1

    initial v1  
    22- Remove wp_ajax_autosave().
    33- 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.
    55- Change post_status from auto-draft to draft in `_wp_translate_postdata()` (before the "What to do based on which button they pressed" part).
    66- Change `wp_create_post_autosave()` to accept either the post data or post_id.