Ticket #21450: 21450.patch
File 21450.patch, 572 bytes (added by , 13 years ago) |
---|
-
trunk/wp-includes/post.php
IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8
2795 2795 $post_after = get_post($post_ID); 2796 2796 do_action( 'post_updated', $post_ID, $post_after, $post_before); 2797 2797 } 2798 else 2799 do_action('new_post', $post_ID, $post); 2798 2800 2799 2801 do_action('save_post', $post_ID, $post); 2800 2802 do_action('wp_insert_post', $post_ID, $post);