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/page-templates/contributors.php

    r43571 r45209  
    3636                                edit_post_link( __( 'Edit', 'twentyfourteen' ), '<footer class="entry-meta"><span class="edit-link">', '</span></footer>' );
    3737                                ?>
    38                         </article><!-- #post-## -->
     38                        </article><!-- #post-<?php the_ID(); ?> -->
    3939
    4040                                <?php
Note: See TracChangeset for help on using the changeset viewer.