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/twentyten/loop-single.php

    r43571 r45209  
    7070                                                        <?php edit_post_link( __( 'Edit', 'twentyten' ), '<span class="edit-link">', '</span>' ); ?>
    7171                                                </div><!-- .entry-utility -->
    72                                         </div><!-- #post-## -->
     72                                        </div><!-- #post-<?php the_ID(); ?> -->
    7373
    7474                                        <div id="nav-below" class="navigation">
Note: See TracChangeset for help on using the changeset viewer.