diff --git a/lib/class-wp-theme-json-gutenberg.php b/lib/class-wp-theme-json-gutenberg.php index f7bd80c7d83419..a2cebbe247e595 100644 --- a/lib/class-wp-theme-json-gutenberg.php +++ b/lib/class-wp-theme-json-gutenberg.php @@ -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 ];