diff --git a/wp-content/themes/twentytwentyone/image.php b/wp-content/themes/twentytwentyone/image.php index e5ebfba33d..c691e18594 100644 --- a/wp-content/themes/twentytwentyone/image.php +++ b/wp-content/themes/twentytwentyone/image.php @@ -99,7 +99,7 @@ while ( have_posts() ) { } ?> - + - + diff --git a/wp-content/themes/twentytwentyone/template-parts/content/content.php b/wp-content/themes/twentytwentyone/template-parts/content/content.php index 309f0bbeb6..0ee7d628ed 100644 --- a/wp-content/themes/twentytwentyone/template-parts/content/content.php +++ b/wp-content/themes/twentytwentyone/template-parts/content/content.php @@ -43,4 +43,4 @@ - + diff --git a/wp-includes/version.php b/wp-includes/version.php index 26c050a41e..69b8ba9a6b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.7-alpha-49759'; +$wp_version = '5.7-alpha-49761'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.