From 0abdf83aaf00d29e6c68fbe1c912c435d4128dcc Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 31 Oct 2023 14:23:21 +0000 Subject: [PATCH] Coding Standards: Remove extra space in a comment in `WP_REST_Blocks_Controller`. This fixes a WPCS error: `Whitespace found at end of line`. Follow-up to [57032]. Props hellofromTonya. See #59388. Built from https://develop.svn.wordpress.org/trunk@57033 git-svn-id: http://core.svn.wordpress.org/trunk@56544 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 7999b02309b4..6f600a04945f 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 @@ -78,7 +78,7 @@ public function get_item_schema() { $schema = parent::get_item_schema(); /* - * Allow all contexts to access `title.raw` and `content.raw`. + * Allow all contexts to access `title.raw` and `content.raw`. * Clients always need the raw markup of a pattern to do anything useful, * e.g. parse it or display it in an editor. */ diff --git a/wp-includes/version.php b/wp-includes/version.php index 6c5b443abd98..601e69a7d892 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-57032'; +$wp_version = '6.5-alpha-57033'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.