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-attachment.php

    r44785 r45209  
    165165                                                <?php edit_post_link( __( 'Edit', 'twentyten' ), ' <span class="edit-link">', '</span>' ); ?>
    166166                                        </div><!-- .entry-utility -->
    167                                 </div><!-- #post-## -->
     167                                </div><!-- #post-<?php the_ID(); ?> -->
    168168
    169169                <?php comments_template(); ?>
Note: See TracChangeset for help on using the changeset viewer.