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

git-svn-id: https://develop.svn.wordpress.org/trunk@21371 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2012-07-30 19:56:35 +00:00
parent cc3294031d
commit fcab500058
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ function twentytwelve_comment( $comment, $args, $depth ) {
<p class="comment-awaiting-moderation"><?php _e( 'Your comment is awaiting moderation.', 'twentytwelve' ); ?></p>
<?php endif; ?>
<section class="comment post-content">
<section class="comment comment-content">
<?php comment_text(); ?>
<?php edit_comment_link( __( 'Edit', 'twentytwelve' ), '<p class="edit-link">', '</p>' ); ?>
</section>