From 30e6820f0e8620263533db1d906c2cae42e22d2a Mon Sep 17 00:00:00 2001 From: audrasjb Date: Sat, 26 Nov 2022 22:03:11 +0000 Subject: [PATCH] Twenty Ten: Fixes brace indentation in `loop-attachment` template. Props mukesh27. See #57210, #56791. Built from https://develop.svn.wordpress.org/trunk@54882 git-svn-id: http://core.svn.wordpress.org/trunk@54434 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyten/loop-attachment.php | 3 ++- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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.