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/twentyfourteen/image.php

    r43571 r45209  
    6262                                ?>
    6363                                </div><!-- .entry-content -->
    64                         </article><!-- #post-## -->
     64                        </article><!-- #post-<?php the_ID(); ?> -->
    6565
    6666                        <nav id="image-navigation" class="navigation image-navigation">
Note: See TracChangeset for help on using the changeset viewer.