diff --git a/lib/compat/wordpress-6.5/rest-api.php b/lib/compat/wordpress-6.5/rest-api.php index 883df033d55d3a..f36e1ec88a8cef 100644 --- a/lib/compat/wordpress-6.5/rest-api.php +++ b/lib/compat/wordpress-6.5/rest-api.php @@ -21,7 +21,6 @@ function gutenberg_register_global_styles_revisions_endpoints() { add_action( 'rest_api_init', 'gutenberg_register_global_styles_revisions_endpoints' ); /** -<<<<<<< HEAD * Registers additional fields for wp_template and wp_template_part rest api. * * @access private diff --git a/packages/block-editor/src/components/block-patterns-list/index.js b/packages/block-editor/src/components/block-patterns-list/index.js index beee58afcd8762..c79d6927c00f07 100644 --- a/packages/block-editor/src/components/block-patterns-list/index.js +++ b/packages/block-editor/src/components/block-patterns-list/index.js @@ -6,11 +6,7 @@ import classnames from 'classnames'; /** * WordPress dependencies */ -<<<<<<< HEAD import { useEffect, useState, forwardRef } from '@wordpress/element'; -======= -import { useState, forwardRef } from '@wordpress/element'; ->>>>>>> 8bc5711934 (not functional commit - refactor the implementation) import { VisuallyHidden, Tooltip, diff --git a/packages/edit-site/src/components/editor/index.js b/packages/edit-site/src/components/editor/index.js index b4300e27027010..afae1b362ee998 100644 --- a/packages/edit-site/src/components/editor/index.js +++ b/packages/edit-site/src/components/editor/index.js @@ -186,7 +186,6 @@ export default function Editor( { isLoading } ) { ); const settings = useSpecificEditorSettings(); - const isReady = ! isLoading && ( ( postWithTemplate && !! contextPost && !! editedPost ) ||