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.

git-svn-id: https://develop.svn.wordpress.org/trunk@57033 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2023-10-31 14:21:23 +00:00
parent 3d86a763a6
commit db034446ac

View File

@ -78,7 +78,7 @@ class WP_REST_Blocks_Controller extends WP_REST_Posts_Controller {
$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.
*/