Make WordPress Core

Changeset 21371


Ignore:
Timestamp:
07/30/2012 07:56:35 PM (13 years ago)
Author:
lancewillett
Message:

Twenty Twelve: fix typo for comment-content container showing incorrect class value, props obenland. Closes #21242.

File:
1 edited

Legend:

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

    r21343 r21371  
    268268            <?php endif; ?>
    269269
    270             <section class="comment post-content">
     270            <section class="comment comment-content">
    271271                <?php comment_text(); ?>
    272272                <?php edit_comment_link( __( 'Edit', 'twentytwelve' ), '<p class="edit-link">', '</p>' ); ?>
Note: See TracChangeset for help on using the changeset viewer.