diff --git a/wp-includes/option.php b/wp-includes/option.php index eeb751c04c..40cae639e9 100644 --- a/wp-includes/option.php +++ b/wp-includes/option.php @@ -2063,7 +2063,7 @@ function set_site_transient( $transient, $value, $expiration = 0 ) { * does not encompass all settings available in WordPress. * * @since 4.7.0 - * @since 6.1.0 The `show_on_front`, `page_on_front`, and `page_for_posts` options were added. + * @since 6.0.1 The `show_on_front`, `page_on_front`, and `page_for_posts` options were added. */ function register_initial_settings() { register_setting( diff --git a/wp-includes/theme.php b/wp-includes/theme.php index c3d5003f75..b52fb3ef7f 100644 --- a/wp-includes/theme.php +++ b/wp-includes/theme.php @@ -3804,7 +3804,7 @@ function _wp_keep_alive_customize_changeset_dependent_auto_drafts( $new_status, * See {@see 'setup_theme'}. * * @since 5.5.0 - * @since 6.1.0 The `block-templates` feature was added. + * @since 6.0.1 The `block-templates` feature was added. */ function create_initial_theme_features() { register_theme_feature( diff --git a/wp-includes/version.php b/wp-includes/version.php index d7ad4b54b8..30866585f5 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-53703'; +$wp_version = '6.1-alpha-53704'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.