diff --git a/wp-includes/block-patterns/large-header-button.php b/wp-includes/block-patterns/large-header-button.php
index 68834ef361..21decac432 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/block-patterns/text-three-columns-buttons.php b/wp-includes/block-patterns/text-three-columns-buttons.php
index ba63dfae4e..5ca7a1496a 100644
--- a/wp-includes/block-patterns/text-three-columns-buttons.php
+++ b/wp-includes/block-patterns/text-three-columns-buttons.php
@@ -8,7 +8,7 @@
return array(
'title' => __( 'Three columns of text with buttons' ),
'categories' => array( 'columns' ),
- 'content' => "\n\n
\n
\n
" . __( 'Which treats of the character and pursuits of the famous Don Quixote of La Mancha.' ) . "
\n\n\n\n
\n
\n\n\n\n
\n
" . __( 'Which treats of the first sally the ingenious Don Quixote made from home.' ) . "
\n\n\n\n
\n
\n\n\n\n
\n
" . __( 'Wherein is related the droll way in which Don Quixote had himself dubbed a knight.' ) . "
\n\n\n\n
\n
\n
\n
\n",
+ 'content' => "\n\n
\n
\n
" . __( 'Which treats of the character and pursuits of the famous Don Quixote of La Mancha.' ) . "
\n\n\n\n
\n
\n\n\n\n
\n
" . __( 'Which treats of the first sally the ingenious Don Quixote made from home.' ) . "
\n\n\n\n
\n
\n\n\n\n
\n
" . __( 'Wherein is related the droll way in which Don Quixote had himself dubbed a knight.' ) . "
\n\n\n\n
\n
\n
\n
\n",
'viewportWidth' => 1000,
'description' => _x( 'Three small columns of text, each with an outlined button with rounded corners at the bottom.', 'Block pattern description' ),
);
diff --git a/wp-includes/version.php b/wp-includes/version.php
index ff35e0eb83..ebce297adf 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
-$wp_version = '5.6-alpha-48858';
+$wp_version = '5.6-alpha-48859';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.