Twenty Twenty-One: Add a missing HTML comment to indicate the end of .post-thumbnail section.

Props haritpanchal.
Fixes #55724.


git-svn-id: https://develop.svn.wordpress.org/trunk@53399 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jb Audras 2022-05-15 22:32:59 +00:00
parent a11fd0614d
commit 0cd735bc01

View File

@ -203,7 +203,7 @@ if ( ! function_exists( 'twenty_twenty_one_post_thumbnail' ) ) {
<?php if ( wp_get_attachment_caption( get_post_thumbnail_id() ) ) : ?>
<figcaption class="wp-caption-text"><?php echo wp_kses_post( wp_get_attachment_caption( get_post_thumbnail_id() ) ); ?></figcaption>
<?php endif; ?>
</figure>
</figure><!-- .post-thumbnail -->
<?php endif; ?>
<?php