Make WordPress Core


Ignore:
Timestamp:
04/16/2019 01:29:20 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Bundled Themes: Use consistent HTML comments after closing HTML tags.

Props iamdmitrymayorov.
Fixes #46871.

File:
1 edited

Legend:

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

    r43571 r45209  
    9494                        ?>
    9595                    </footer><!-- .entry-footer -->
    96                 </article><!-- #post-## -->
     96                </article><!-- #post-<?php the_ID(); ?> -->
    9797
    9898                <?php
Note: See TracChangeset for help on using the changeset viewer.