Make WordPress Core


Ignore:
Timestamp:
04/16/2019 01:29:20 AM (7 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/twentynineteen/image.php

    r44298 r45209  
    7979
    8080                                        </footer><!-- .entry-footer -->
    81                                 </article><!-- #post-## -->
     81                                </article><!-- #post-<?php the_ID(); ?> -->
    8282
    8383                                <?php
Note: See TracChangeset for help on using the changeset viewer.