From 3e9e4956c8d1483a2c6b3d6bb186b534d1726dff Mon Sep 17 00:00:00 2001 From: Christian Gastrell Date: Tue, 21 Feb 2023 11:22:33 -0300 Subject: [PATCH] fix typo on class name --- .../class-wpcom-rest-api-v2-endpoint-form-responses.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-form-responses.php b/projects/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-form-responses.php index 5b6c4625d25f2..073e69a8cc029 100644 --- a/projects/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-form-responses.php +++ b/projects/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-form-responses.php @@ -71,4 +71,4 @@ public function register_routes() { } } -wpcom_rest_api_v2_load_plugin( 'WPCOM_REST_API_V2_Endpoint_Forms_Responses' ); +wpcom_rest_api_v2_load_plugin( 'WPCOM_REST_API_V2_Endpoint_Form_Responses' );