From f7534e8829564c2692b08642a143622cd971d6ac Mon Sep 17 00:00:00 2001 From: ramon Date: Tue, 22 Oct 2024 12:31:19 +1100 Subject: [PATCH] Linty McGinty --- lib/compat/wordpress-6.8/rest-api.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/compat/wordpress-6.8/rest-api.php b/lib/compat/wordpress-6.8/rest-api.php index c595c462fe4353..a8c35c7801ce49 100644 --- a/lib/compat/wordpress-6.8/rest-api.php +++ b/lib/compat/wordpress-6.8/rest-api.php @@ -19,4 +19,3 @@ function gutenberg_register_post_counts_routes() { } add_action( 'rest_api_init', 'gutenberg_register_post_counts_routes' ); -