Skip to content

Commit

Permalink
Tweak comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw authored and ramonjd committed Aug 15, 2024
1 parent 70ee622 commit 2099c31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/class-wp-theme-json-gutenberg.php
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 2099c31

Please sign in to comment.