From b0373bf551e47b75531d40966675aad0991ea8e6 Mon Sep 17 00:00:00 2001 From: Aaron Robertshaw <60436221+aaronrobertshaw@users.noreply.github.com> Date: Tue, 13 Aug 2024 17:35:49 +0700 Subject: [PATCH] Tweak comment --- lib/class-wp-theme-json-gutenberg.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/class-wp-theme-json-gutenberg.php b/lib/class-wp-theme-json-gutenberg.php index d2c9370f1c5bb1..756ef06c80aa87 100644 --- a/lib/class-wp-theme-json-gutenberg.php +++ b/lib/class-wp-theme-json-gutenberg.php @@ -2385,8 +2385,8 @@ protected static function compute_style_properties( $styles, $settings = array() /* * Processes background image styles. * If the value is a URL, it will be converted to a CSS `url()` value. - * For uploaded image (images with a database ID), apply size and position defaults, - * equal to those applied in block supports in lib/background.php. + * For an uploaded image (images with a database ID), apply size and position + * defaults equal to those applied in block supports in lib/background.php. */ if ( 'background-image' === $css_property && ! empty( $value ) ) { $background_styles = gutenberg_style_engine_get_styles(