From 23e1052f66f50de836344b9d2511f8fc86fa98a2 Mon Sep 17 00:00:00 2001 From: Ramon Date: Thu, 9 May 2024 13:07:49 +1000 Subject: [PATCH] Update class-wp-duotone.php - added since annotation --- src/wp-includes/class-wp-duotone.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wp-includes/class-wp-duotone.php b/src/wp-includes/class-wp-duotone.php index 6a75c4a15b446..e8b7735457912 100644 --- a/src/wp-includes/class-wp-duotone.php +++ b/src/wp-includes/class-wp-duotone.php @@ -809,6 +809,7 @@ private static function get_svg_definitions( $sources ) { * @internal * * @since 6.3.0 + * @since 6.6.0 Replaced body selector with `WP_Theme_JSON::ROOT_CSS_PROPERTIES_SELECTOR`. * * @param array $sources The duotone presets. * @return string The CSS for global styles.