diff --git a/src/wp-admin/includes/theme.php b/src/wp-admin/includes/theme.php index 3d88d94178..6fe18cdff1 100644 --- a/src/wp-admin/includes/theme.php +++ b/src/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.