Skip to content

Commit

Permalink
remove errant comma to fix php 7.1 test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
douglas-johnson committed Dec 13, 2023
1 parent fbacc98 commit bf8b4a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function( $size, $url ) {
'style' => '',
'class' => ''
),
get_block_core_post_featured_image_border_attributes( $attributes ),
get_block_core_post_featured_image_border_attributes( $attributes )
);

$style_attribute_key_map = array(
Expand Down

0 comments on commit bf8b4a9

Please sign in to comment.