diff --git a/wp-admin/edit-form-blocks.php b/wp-admin/edit-form-blocks.php index eb422b5280..e80877bcc0 100644 --- a/wp-admin/edit-form-blocks.php +++ b/wp-admin/edit-form-blocks.php @@ -28,10 +28,6 @@ $block_editor_context = new WP_Block_Editor_Context( array( 'post' => $post ) ); $current_screen = get_current_screen(); $current_screen->is_block_editor( true ); -// Load block patterns from w.org. -_load_remote_block_patterns(); -_load_remote_featured_patterns(); - // Default to is-fullscreen-mode to avoid jumps in the UI. add_filter( 'admin_body_class', diff --git a/wp-admin/site-editor.php b/wp-admin/site-editor.php index 8e651979e9..a413ddb2d6 100644 --- a/wp-admin/site-editor.php +++ b/wp-admin/site-editor.php @@ -45,10 +45,6 @@ $parent_file = 'themes.php'; $current_screen = get_current_screen(); $current_screen->is_block_editor( true ); -// Load block patterns from w.org. -_load_remote_block_patterns(); -_load_remote_featured_patterns(); - // Default to is-fullscreen-mode to avoid jumps in the UI. add_filter( 'admin_body_class', diff --git a/wp-includes/version.php b/wp-includes/version.php index 597f2d1709..acb3f61385 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.0-alpha-53094'; +$wp_version = '6.0-alpha-53095'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.