diff --git a/wp-includes/block-patterns.php b/wp-includes/block-patterns.php index 58ec8443b1..5c3f7518b8 100644 --- a/wp-includes/block-patterns.php +++ b/wp-includes/block-patterns.php @@ -133,10 +133,6 @@ function _load_remote_featured_patterns() { * @access private */ function _register_remote_theme_patterns() { - if ( ! get_theme_support( 'core-block-patterns' ) ) { - return; - } - /** This filter is documented in wp-includes/block-patterns.php */ if ( ! apply_filters( 'should_load_remote_block_patterns', true ) ) { return; diff --git a/wp-includes/version.php b/wp-includes/version.php index 4ceec38d58..e2fa552ecc 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-53792'; +$wp_version = '6.1-alpha-53793'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.