diff --git a/src/wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php b/src/wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php index 37178bb837ad6..a270e0ff4829d 100644 --- a/src/wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php +++ b/src/wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php @@ -75,7 +75,6 @@ public function get_item_schema() { return $this->add_additional_fields_schema( $this->schema ); } - // Do not cache this schema because all properties are derived from parent controller. $schema = parent::get_item_schema(); /*