From f0adc81db26a6aa53c2be5330dc2dd9a51d4741b Mon Sep 17 00:00:00 2001 From: Kerry Liu Date: Wed, 17 Feb 2021 15:12:54 -0800 Subject: [PATCH] whitespace --- .../rest-api/endpoints/class-wp-rest-block-types-controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php b/src/wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php index a6ae61d83d4a4..eb52307ea8d5f 100644 --- a/src/wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php +++ b/src/wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php @@ -543,7 +543,7 @@ public function get_item_schema() { 'type' => array( 'string', 'null' ), 'required' => false, ), - 'isDefault' => array( + 'isDefault' => array( 'description' => __( 'Indicates whether the current variation is the default one. Defaults to `false`' ), 'type' => 'boolean', 'required' => false,