diff --git a/src/wp-includes/theme.php b/src/wp-includes/theme.php index db93c577d87cb..2d1baa390be71 100644 --- a/src/wp-includes/theme.php +++ b/src/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 'script' and 'style' arguments are deprecated and unused. * * @global array $_wp_theme_features *