diff --git a/wp-content/themes/twentyten/loop-attachment.php b/wp-content/themes/twentyten/loop-attachment.php
index b886c019e8..d3f6eb4871 100644
--- a/wp-content/themes/twentyten/loop-attachment.php
+++ b/wp-content/themes/twentyten/loop-attachment.php
@@ -154,7 +154,8 @@ if ( have_posts() ) {
post_excerpt ) ) {
- the_excerpt();}
+ the_excerpt();
+ }
?>
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 59fece59bc..346a15d0f9 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '6.2-alpha-54881';
+$wp_version = '6.2-alpha-54882';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.