Skip to content

Commit 0cdd291

Browse files
authored
Merge pull request #1021 from Codeinwp/fix/issue-1013
fix: make sure post author is assigned to imported posts
2 parents bedd1dd + ca93a70 commit 0cdd291

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
@@ -1727,6 +1727,7 @@ function ( $attr, $key ) {
17271727
'post_date' => $post_date,
17281728
'post_status' => $import_post_status,
17291729
'post_excerpt' => $item_post_excerpt,
1730+
'post_author' => $job->post_author,
17301731
),
17311732
$item_obj,
17321733
$post_title,

0 commit comments

Comments
 (0)