diff --git a/wp-includes/block-patterns/large-header-button.php b/wp-includes/block-patterns/large-header-button.php
index 21decac432..313dc26b47 100644
--- a/wp-includes/block-patterns/large-header-button.php
+++ b/wp-includes/block-patterns/large-header-button.php
@@ -7,7 +7,7 @@
return array(
'title' => __( 'Large header with a heading and a button ' ),
- 'content' => "\n
\n
\n
\n\n\n\n
\n
\n\n\n\n
" . __( 'Thou hast seen' ) . '
' . __( 'nothing yet' ) . "
\n\n\n\n
\n\n\n\n
\n
\n\n\n\n
\n
\n
\n",
+ 'content' => "\n\n
\n
\n\n\n\n
\n
\n\n\n\n
" . __( 'Thou hast seen
nothing yet' ) . "
\n\n\n\n
\n\n\n\n
\n
\n\n\n\n
\n
\n
\n",
'viewportWidth' => 1000,
'categories' => array( 'header' ),
'description' => _x( 'A large hero section with a bright gradient background, a big heading and a filled button.', 'Block pattern description' ),
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 2718228cba..6526d12d69 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
-$wp_version = '5.7-alpha-49720';
+$wp_version = '5.7-alpha-49722';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.