Skip to content

Commit

Permalink
76888 - apply requests
Browse files Browse the repository at this point in the history
  • Loading branch information
tyffany-robbes committed Nov 28, 2024
1 parent b58b96e commit d50f1ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions classes/addons/gutenberg.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,11 @@ private function translate_block_attributes( array $attributes, string $block_na
$image_id,
$image_id
);
if ( ! empty( $local_id ) ) {
$image_ids[] = $local_id;
}
}
}
if ( ! empty( $local_id ) ) {
$image_ids[] = $local_id;
}
$attributes['ids'] = $image_ids;
break;
case 'core/media-text':
Expand Down

0 comments on commit d50f1ea

Please sign in to comment.