From b5bddaa39dad183a8ca83c2e8f04e0f14fa619da Mon Sep 17 00:00:00 2001 From: audrasjb Date: Wed, 4 Oct 2023 19:03:26 +0000 Subject: [PATCH] Editor: Fix wrong `@since` mention in `remove_insecure_properties()`. Follow-up to [56502]. See #59108. Built from https://develop.svn.wordpress.org/trunk@56778 git-svn-id: http://core.svn.wordpress.org/trunk@56290 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-theme-json.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/class-wp-theme-json.php b/wp-includes/class-wp-theme-json.php index 97a6a8ed37..4955fcc264 100644 --- a/wp-includes/class-wp-theme-json.php +++ b/wp-includes/class-wp-theme-json.php @@ -2848,7 +2848,7 @@ class WP_Theme_JSON { * Removes insecure data from theme.json. * * @since 5.9.0 - * @since 6.3.1 Preserves global styles block variations when securing styles. + * @since 6.3.2 Preserves global styles block variations when securing styles. * * @param array $theme_json Structure to sanitize. * @return array Sanitized structure. diff --git a/wp-includes/version.php b/wp-includes/version.php index 6f8f4553bc..4bfb090552 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.4-beta2-56775'; +$wp_version = '6.4-beta2-56778'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.