diff --git a/wp-includes/theme.php b/wp-includes/theme.php index db93c577d8..cd83d15d1b 100644 --- a/wp-includes/theme.php +++ b/wp-includes/theme.php @@ -2645,6 +2645,7 @@ function get_theme_starter_content() { * @since 6.5.0 The `appearance-tools` feature enables a few design tools for blocks, * see `WP_Theme_JSON::APPEARANCE_TOOLS_OPT_INS` for a complete list. * @since 6.6.0 The `editor-spacing-sizes` feature was added. + * @since 7.0.0 The `html5` feature's 'script' and 'style' arguments are deprecated and unused. * * @global array $_wp_theme_features * diff --git a/wp-includes/version.php b/wp-includes/version.php index c06c581b6f..1fca2796df 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '7.0-beta2-61790'; +$wp_version = '7.0-beta2-61791'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.