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:
parent
8c15bd54ac
commit
afef3dd01d
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue