Skip to content

Commit

Permalink
Remove trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd committed Jul 31, 2024
1 parent aa6bb1d commit 2f17492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/class-wp-theme-json-gutenberg.php
Original file line number Diff line number Diff line change
Expand Up @@ -2365,7 +2365,7 @@ protected static function compute_style_properties( $styles, $settings = array()
// Processes background image styles.
if ( 'background-image' === $css_property && ! empty( $value ) ) {
$background_styles = gutenberg_style_engine_get_styles(
array( 'background' => array( 'backgroundImage' => $value ) ),
array( 'background' => array( 'backgroundImage' => $value ) )
);

$value = $background_styles['declarations'][ $css_property ];
Expand Down

0 comments on commit 2f17492

Please sign in to comment.