From 748a5d9919986a6281df4e44d176501b29483450 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Thu, 10 Nov 2022 12:10:11 +0000 Subject: [PATCH] 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 --- wp-admin/includes/theme.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.