Make WordPress Core


Ignore:
Timestamp:
08/25/2012 05:16:56 PM (13 years ago)
Author:
lancewillett
Message:

Twenty Twelve: review and clean up end-of-element HTML comments. Props obenland for starter patch. Closes #21675.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentytwelve/functions.php

    r21617 r21618  
    290290                    );
    291291                ?>
    292             </header>
     292            </header><!-- .comment-meta -->
    293293
    294294            <?php if ( '0' == $comment->comment_approved ) : ?>
     
    296296            <?php endif; ?>
    297297
    298             <section class="comment comment-content">
     298            <section class="comment-content comment">
    299299                <?php comment_text(); ?>
    300300                <?php edit_comment_link( __( 'Edit', 'twentytwelve' ), '<p class="edit-link">', '</p>' ); ?>
    301             </section>
     301            </section><!-- .comment-content -->
    302302
    303303            <div class="reply">
Note: See TracChangeset for help on using the changeset viewer.