diff --git a/wp-includes/class-wp-theme-json.php b/wp-includes/class-wp-theme-json.php index 0cb7405ab5..894ce25a1c 100644 --- a/wp-includes/class-wp-theme-json.php +++ b/wp-includes/class-wp-theme-json.php @@ -2738,8 +2738,6 @@ class WP_Theme_JSON { * @since 6.6.0 Setting a min-height of HTML when root styles have a background gradient or image. * Updated general global styles specificity to 0-1-0. * Fixed custom CSS output in block style variations. - * @since 6.6.1 Avoid applying `:root :where()` wrapper to top-level element-only selectors. - * @since 6.6.2 Avoid applying `:root :where()` wrapper to root selectors. * * @param array $block_metadata Metadata about the block to get styles for. * diff --git a/wp-includes/version.php b/wp-includes/version.php index 4055470025..f57a0e55ba 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-alpha-58860'; +$wp_version = '6.7-alpha-58864'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.