mirror of
git://develop.git.wordpress.org/
synced 2025-04-19 19:51:54 +02:00
Coding Standards: Remove some extra whitespace in get_item_schema
.
Introduced in [50527]. See #52627. git-svn-id: https://develop.svn.wordpress.org/trunk@50632 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
4cb15f9e78
commit
22e2fce903
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user