diff --git a/wp-content/themes/twentytwentythree/patterns/hidden-comments.php b/wp-content/themes/twentytwentythree/patterns/hidden-comments.php index 84d4a78779..f087b5ae29 100644 --- a/wp-content/themes/twentytwentythree/patterns/hidden-comments.php +++ b/wp-content/themes/twentytwentythree/patterns/hidden-comments.php @@ -29,7 +29,7 @@ -
+
diff --git a/wp-content/themes/twentytwentythree/templates/blog-alternative.html b/wp-content/themes/twentytwentythree/templates/blog-alternative.html index cd6c89b516..9875fc67c3 100644 --- a/wp-content/themes/twentytwentythree/templates/blog-alternative.html +++ b/wp-content/themes/twentytwentythree/templates/blog-alternative.html @@ -6,7 +6,7 @@
-
+
diff --git a/wp-includes/version.php b/wp-includes/version.php index c5ea41f11d..e9f60ea180 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-alpha-55897'; +$wp_version = '6.3-alpha-55898'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.