inc/managers/queue/executors/UploadExecutor.php
@@ -638,7 +638,7 @@ foreach($childPosts as $i => $imgID) { $treatment = $i + 1; $child = $this->createTimelinePoint($imgID, $parent, $args['user'], $args['post_type'], $title, $treatment); $child = $this->createTimelinePoint($imgID, $parent, $args['post_author'], $args['post_type'], $title, $treatment); if ($child && !is_wp_error($child) && $child> 0 ) { $createdChildren[] = $child; $usedUploads[] = $imgID;