Jake Vanderwerf
2026-05-12 457c329237f97069063e641b10f384a52d584f21
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;