diff --git a/src/wp-includes/class-wp-theme-json.php b/src/wp-includes/class-wp-theme-json.php index 97a6a8ed37..4955fcc264 100644 --- a/src/wp-includes/class-wp-theme-json.php +++ b/src/wp-includes/class-wp-theme-json.php @@ -2848,7 +2848,7 @@ class WP_Theme_JSON { * Removes insecure data from theme.json. * * @since 5.9.0 - * @since 6.3.1 Preserves global styles block variations when securing styles. + * @since 6.3.2 Preserves global styles block variations when securing styles. * * @param array $theme_json Structure to sanitize. * @return array Sanitized structure.