diff --git a/wp-admin/includes/theme.php b/wp-admin/includes/theme.php index 3d88d94178..6fe18cdff1 100644 --- a/wp-admin/includes/theme.php +++ b/wp-admin/includes/theme.php @@ -299,7 +299,7 @@ function get_theme_update_available( $theme ) { * and 'Full Site Editing' features. * @since 5.5.0 Added 'Wide Blocks' layout option. * @since 5.8.1 Added 'Template Editing' feature. - * @since 6.2.0 Replaced 'Full Site Editing' feature name with 'Site Editor'. + * @since 6.1.1 Replaced 'Full Site Editing' feature name with 'Site Editor'. * * @param bool $api Optional. Whether try to fetch tags from the WordPress.org API. Defaults to true. * @return array Array of features keyed by category with translations keyed by slug. diff --git a/wp-includes/version.php b/wp-includes/version.php index fd2306609c..1334dea36e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-54787'; +$wp_version = '6.2-alpha-54788'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.