From eee050c88abad0fb1938ca95f9f99affb509396c Mon Sep 17 00:00:00 2001 From: Addison Hardy Date: Thu, 24 Aug 2023 15:32:44 -0400 Subject: [PATCH] Remove misleading comment in class-wp-rest-blocks-controller.php --- .../rest-api/endpoints/class-wp-rest-blocks-controller.php | 1 - 1 file changed, 1 deletion(-) 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(); /*