Make WordPress Core

Changeset 53399


Ignore:
Timestamp:
05/15/2022 10:32:59 PM (2 years ago)
Author:
audrasjb
Message:

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

Props haritpanchal.
Fixes #55724.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentyone/inc/template-tags.php

    r53263 r53399  
    204204                    <figcaption class="wp-caption-text"><?php echo wp_kses_post( wp_get_attachment_caption( get_post_thumbnail_id() ) ); ?></figcaption>
    205205                <?php endif; ?>
    206             </figure>
     206            </figure><!-- .post-thumbnail -->
    207207
    208208        <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.