Ticket #24957: 24957.patch
File 24957.patch, 531 bytes (added by , 11 years ago) |
---|
-
wp-includes/post.php
2969 2969 wp_transition_post_status( 'publish', $old_status, $post ); 2970 2970 2971 2971 do_action( 'edit_post', $post->ID, $post ); 2972 do_action( 'save_post', $post->ID, $post );2973 do_action( 'wp_insert_post', $post->ID, $post );2972 do_action( 'save_post', $post->ID, $post, true ); 2973 do_action( 'wp_insert_post', $post->ID, $post, true ); 2974 2974 } 2975 2975 2976 2976 /**