Skip to content

Commit ca93a70

Browse files
committed
fix: make sure post author is assigned to imported posts
1 parent d74b1c6 commit ca93a70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

includes/admin/feedzy-rss-feeds-import.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1721,6 +1721,7 @@ function ( $attr, $key ) {
17211721
'post_date' => $post_date,
17221722
'post_status' => $import_post_status,
17231723
'post_excerpt' => $item_post_excerpt,
1724+
'post_author' => $job->post_author,
17241725
),
17251726
$item_obj,
17261727
$post_title,

0 commit comments

Comments
 (0)