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

    r43571 r45209  
    4141                        <?php edit_post_link( __( 'Edit', 'twentyten' ), '<span class="edit-link">', '</span>' ); ?>
    4242                    </div><!-- .entry-content -->
    43                 </div><!-- #post-## -->
     43                </div><!-- #post-<?php the_ID(); ?> -->
    4444
    4545                <?php comments_template( '', true ); ?>
Note: See TracChangeset for help on using the changeset viewer.