diff --git a/.deploy/ucsc-news-migration/src/Import/Processors/Post.php b/.deploy/ucsc-news-migration/src/Import/Processors/Post.php index e9d9eefb..29ef87a8 100644 --- a/.deploy/ucsc-news-migration/src/Import/Processors/Post.php +++ b/.deploy/ucsc-news-migration/src/Import/Processors/Post.php @@ -102,7 +102,7 @@ protected function process_post_meta( int $post_id, array $meta_data = [], bool wp_update_post( [ 'ID' => $post_id, - 'post_content' => $injected_html . $post->post_content, + 'post_content' => '
' . $injected_html . '
' . $post->post_content, ] ); continue;