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 7999b02309..6f600a0494 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 6c5b443abd..601e69a7d8 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.