From 4e70f57a0b3ed76682e778df0b8240d12f00cc5a Mon Sep 17 00:00:00 2001 From: isabel_brison Date: Wed, 12 Jul 2023 04:27:27 +0000 Subject: [PATCH] Editor: fix since annotation in rest blocks controller class. Changes `6.3` to `6.3.0` in the since annotation for the `filter_response_by_context` function. Props swissspidy, peterwilsoncc, mukesh27. Fixes #58677. Built from https://develop.svn.wordpress.org/trunk@56217 git-svn-id: http://core.svn.wordpress.org/trunk@55729 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- .../rest-api/endpoints/class-wp-rest-blocks-controller.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php b/wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php index 6028f42b37..37178bb837 100644 --- a/wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php +++ b/wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php @@ -40,7 +40,7 @@ class WP_REST_Blocks_Controller extends WP_REST_Posts_Controller { * Filters a response based on the context defined in the schema. * * @since 5.0.0 - * @since 6.3 Adds the `wp_pattern_sync_status` postmeta property to the top level of response. + * @since 6.3.0 Adds the `wp_pattern_sync_status` postmeta property to the top level of response. * * @param array $data Response data to filter. * @param string $context Context defined in the schema. diff --git a/wp-includes/version.php b/wp-includes/version.php index 8c77d29f62..a014de88df 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-beta4-56216'; +$wp_version = '6.3-beta4-56217'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.