Update 1.2.8

This commit is contained in:
ultimatemember
2015-04-25 21:41:47 +02:00
parent 7b9b59ea8d
commit 3c960b187c
40 changed files with 252 additions and 164 deletions
+1
View File
@@ -366,6 +366,7 @@ class UM_Setup {
'post_type' => 'post',
'post_status' => 'publish',
'post_author' => um_user('ID'),
'comment_status' => 'closed'
);
$post_id = wp_insert_post( $user_page );