diff --git a/wp-content/themes/twentytwentythree/patterns/hidden-comments.php b/wp-content/themes/twentytwentythree/patterns/hidden-comments.php index f087b5ae29..84d4a78779 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 9875fc67c3..cd6c89b516 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 ecf1940b60..729869721d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-beta4-56252'; +$wp_version = '6.3-beta4-56253'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.