diff --git a/wp-content/themes/twentytwentyone/inc/block-patterns.php b/wp-content/themes/twentytwentyone/inc/block-patterns.php
index 7382586aa0..bc89e86661 100644
--- a/wp-content/themes/twentytwentyone/inc/block-patterns.php
+++ b/wp-content/themes/twentytwentyone/inc/block-patterns.php
@@ -69,7 +69,7 @@ if ( function_exists( 'register_block_pattern' ) ) {
'categories' => array( 'twentytwentyone' ),
'viewportWidth' => 1024,
'description' => esc_html_x( 'Three images inside an overlapping columns block.', 'Block pattern description', 'twentytwentyone' ),
- 'content' => '
',
+ 'content' => '',
)
);
@@ -104,7 +104,7 @@ if ( function_exists( 'register_block_pattern' ) ) {
'title' => esc_html__( 'Portfolio list', 'twentytwentyone' ),
'categories' => array( 'twentytwentyone' ),
'description' => esc_html_x( 'A list of projects with thumbnail images.', 'Block pattern description', 'twentytwentyone' ),
- 'content' => '
',
+ 'content' => '
',
)
);
diff --git a/wp-content/themes/twentytwentyone/inc/starter-content.php b/wp-content/themes/twentytwentyone/inc/starter-content.php
index 8c580633b1..ca9776a520 100644
--- a/wp-content/themes/twentytwentyone/inc/starter-content.php
+++ b/wp-content/themes/twentytwentyone/inc/starter-content.php
@@ -40,7 +40,7 @@ function twenty_twenty_one_get_starter_content() {
-
+
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 0dc987901a..2295061b49 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
-$wp_version = '5.7-beta2-50292';
+$wp_version = '5.7-beta2-50293';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.