diff --git a/src/wp-includes/style-engine/class-wp-style-engine.php b/src/wp-includes/style-engine/class-wp-style-engine.php index ba2b5210c468c..0c301cbf11036 100644 --- a/src/wp-includes/style-engine/class-wp-style-engine.php +++ b/src/wp-includes/style-engine/class-wp-style-engine.php @@ -220,8 +220,8 @@ class WP_Style_Engine { * * @since 6.1.0 * - * @param string $style_value A single CSS preset value. - * @param string $property_key The CSS property that is the second element of the preset string. Used for matching. + * @param string $style_value A single CSS preset value. + * @param string $property_key The CSS property that is the second element of the preset string. Used for matching. * * @return string The slug, or empty string if not found. */