diff --git a/wp-includes/class-wp-theme-json.php b/wp-includes/class-wp-theme-json.php index 97a6a8ed37..4955fcc264 100644 --- a/wp-includes/class-wp-theme-json.php +++ b/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. diff --git a/wp-includes/version.php b/wp-includes/version.php index 6f8f4553bc..4bfb090552 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.4-beta2-56775'; +$wp_version = '6.4-beta2-56778'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.