From bd4518637313c086e9dcac563e771cf62f8b2d47 Mon Sep 17 00:00:00 2001 From: ntsekouras Date: Wed, 21 Dec 2022 13:02:48 +0200 Subject: [PATCH] Remove leftover pattern --- lib/compat/wordpress-6.2/rest-api.php | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/lib/compat/wordpress-6.2/rest-api.php b/lib/compat/wordpress-6.2/rest-api.php index a557a38e490de1..12f7afda3b4d5d 100644 --- a/lib/compat/wordpress-6.2/rest-api.php +++ b/lib/compat/wordpress-6.2/rest-api.php @@ -116,15 +116,3 @@ function gutenberg_modify_rest_sidebars_response( $response ) { return $response; } add_filter( 'rest_prepare_sidebar', 'gutenberg_modify_rest_sidebars_response' ); - - -register_block_pattern( - 'query/template-type-test', - array( - 'title' => __( 'Template type test', 'gutenberg' ), - 'templateTypes' => array( '404' ), - 'content' => ' -

404

- ', - ) -);