Make WordPress Core


Ignore:
Timestamp:
12/07/2020 02:05:44 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Twenty Twenty-One: Use consistent HTML comments after closing HTML tags.

Follow-up to [45209] for other bundled themes.

Props arcangelini, audrasjb.
Fixes #51950.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentyone/image.php

    r49247 r49761  
    100100            ?>
    101101        </footer><!-- .entry-footer -->
    102     </article><!-- #post-## -->
     102    </article><!-- #post-<?php the_ID(); ?> -->
    103103    <?php
    104104    // If comments are open or there is at least one comment, load up the comment template.
Note: See TracChangeset for help on using the changeset viewer.