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

git-svn-id: http://core.svn.wordpress.org/trunk@21371 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
lancewillett 2012-07-30 19:56:35 +00:00
parent aa0491f413
commit 3f9cb1e5e0
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>