Ticket #21450: 21450.1.diff
File 21450.1.diff, 459 bytes (added by , 12 years ago) |
---|
-
wp-includes/post.php
2870 2870 do_action('edit_post', $post_ID, $post); 2871 2871 $post_after = get_post($post_ID); 2872 2872 do_action( 'post_updated', $post_ID, $post_after, $post_before); 2873 } else { 2874 do_action( 'new_post', $post_ID, $post ); 2873 2875 } 2874 2876 2875 2877 do_action('save_post', $post_ID, $post);