set emailed posts to be published. won't do no good moblogging if in the end one has to publish everything later
git-svn-id: https://develop.svn.wordpress.org/trunk@2196 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
35445592b7
commit
2f84e4d158
@ -132,7 +132,10 @@ for ($i=1; $i <= $count; $i++) :
|
||||
|
||||
$post_category = $post_categories;
|
||||
|
||||
$post_data = compact('post_content','post_title','post_date','post_date_gmt','post_author','post_category');
|
||||
// or maybe we should leave the choice to email drafts? propose a way
|
||||
$post_status = 'publish';
|
||||
|
||||
$post_data = compact('post_content','post_title','post_date','post_date_gmt','post_author','post_category', 'post_status');
|
||||
|
||||
$post_ID = wp_insert_post($post_data);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user