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
This commit is contained in:
audrasjb 2022-11-26 22:03:11 +00:00
parent a73fc6c084
commit 30e6820f0e
2 changed files with 3 additions and 2 deletions

View File

@ -154,7 +154,8 @@ if ( have_posts() ) {
<div class="entry-caption">
<?php
if ( ! empty( $post->post_excerpt ) ) {
the_excerpt();}
the_excerpt();
}
?>
</div>

View File

@ -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.