diff --git a/lib/compat/wordpress-6.2/rest-api.php b/lib/compat/wordpress-6.2/rest-api.php index a557a38e490de..12f7afda3b4d5 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

- ', - ) -);