From a52c988555ca239f44ac8aa779068e1d2f9a446e Mon Sep 17 00:00:00 2001 From: donncha Date: Tue, 13 Feb 2007 12:09:06 +0000 Subject: WP Merge to rev 4874 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@883 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-includes/post.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wp-includes/post.php') diff --git a/wp-includes/post.php b/wp-includes/post.php index 0241698..391bd9d 100644 --- a/wp-includes/post.php +++ b/wp-includes/post.php @@ -674,6 +674,8 @@ function wp_insert_post($postarr = array()) { do_action('publish_post', $post_ID); if ( defined('XMLRPC_REQUEST') ) do_action('xmlrpc_publish_post', $post_ID); + if ( defined('APP_REQUEST') ) + do_action('app_publish_post', $post_ID); if ( !defined('WP_IMPORTING') ) { if ( $post_pingback ) -- cgit