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' ); -