Text Changes: Update @since mentions for [54786] changes.

This updates the `@since` mention of `get_theme_feature_list()` as this changeset is going to be backported to 6.1.1.

Follow-up to [54786].

See #57026.

Built from https://develop.svn.wordpress.org/trunk@54788


git-svn-id: http://core.svn.wordpress.org/trunk@54340 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2022-11-10 12:10:11 +00:00
parent ef48ee8739
commit 748a5d9919
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.