From ee7434fefae218705d7b44071a9b014f21e85073 Mon Sep 17 00:00:00 2001 From: Isabel Brison Date: Wed, 12 Jul 2023 04:25:53 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@56217 602fd350-edb4-49c9-b593-d223f7449a82 --- .../rest-api/endpoints/class-wp-rest-blocks-controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php b/src/wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php index 6028f42b37..37178bb837 100644 --- a/src/wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php +++ b/src/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.