Coding Standards: Remove some extra whitespace in `get_item_schema`.
Introduced in [50527]. See #52627. Built from https://develop.svn.wordpress.org/trunk@50632 git-svn-id: http://core.svn.wordpress.org/trunk@50244 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ab6c10948f
commit
739dfb756f
|
@ -385,7 +385,7 @@ class WP_REST_Block_Types_Controller extends WP_REST_Controller {
|
|||
),
|
||||
);
|
||||
|
||||
$example_definition = array(
|
||||
$example_definition = array(
|
||||
'description' => __( 'Block example.' ),
|
||||
'type' => array( 'object', 'null' ),
|
||||
'default' => null,
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.8-alpha-50631';
|
||||
$wp_version = '5.8-alpha-50632';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue