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:
parent
cc3294031d
commit
fcab500058
@ -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
Block a user