Changeset 30284 for trunk/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 11/08/2014 08:55:14 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r30168 r30284 1150 1150 wp_die( 1 ); 1151 1151 1152 // If the post is an autodraft, save the post as a draft and then 1153 // attempt to save the meta. 1152 // If the post is an autodraft, save the post as a draft and then attempt to save the meta. 1154 1153 if ( $post->post_status == 'auto-draft' ) { 1155 1154 $save_POST = $_POST; // Backup $_POST
Note: See TracChangeset
for help on using the changeset viewer.