no wonder posting by e-mail was broken

git-svn-id: http://svn.automattic.com/wordpress/trunk@2174 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
michelvaldrighi 2005-01-31 17:19:56 +00:00
parent 4610a1aa0a
commit b9ea830dd6
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ for ($i=1; $i <= $count; $i++) :
$post_data = compact('post_content','post_title','post_date','post_date_gmt','post_author','post_category');
wp_insert_post($post_data);
$post_ID = wp_insert_post($post_data);
do_action('publish_phone', $post_ID);