Index: trunk/wp-includes/post.php
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- trunk/wp-includes/post.php	(revision 22020)
+++ trunk/wp-includes/post.php	(revision )
@@ -2795,6 +2795,8 @@
 		$post_after = get_post($post_ID);
 		do_action( 'post_updated', $post_ID, $post_after, $post_before);
 	}
+	else
+		do_action('new_post', $post_ID, $post);
 
 	do_action('save_post', $post_ID, $post);
 	do_action('wp_insert_post', $post_ID, $post);
