mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
a11fd0614d
commit
0cd735bc01
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user