From 30cce7dd3f4c6293d3caa7e6c439884ab220d00f Mon Sep 17 00:00:00 2001 From: audrasjb Date: Sat, 26 Nov 2022 22:01:01 +0000 Subject: [PATCH] Twenty Ten: Fixes brace indentation in `loop-attachment` template. Props mukesh27. See #57210, #56791. git-svn-id: https://develop.svn.wordpress.org/trunk@54882 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyten/loop-attachment.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/wp-content/themes/twentyten/loop-attachment.php b/src/wp-content/themes/twentyten/loop-attachment.php index b886c019e8..d3f6eb4871 100644 --- a/src/wp-content/themes/twentyten/loop-attachment.php +++ b/src/wp-content/themes/twentyten/loop-attachment.php @@ -154,7 +154,8 @@ if ( have_posts() ) {
post_excerpt ) ) { - the_excerpt();} + the_excerpt(); + } ?>