Comments: Wrap the formatted comment text on the comment moderation screen in comment_text()
so paragraphs and texturisation are applied.
Fixes #34133 git-svn-id: https://develop.svn.wordpress.org/trunk@37158 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
6c79b715bd
commit
2d95d4187d
@ -212,7 +212,7 @@ if ( $comment->comment_approved != '0' ) { // if not unapproved
|
||||
<tr>
|
||||
<th scope="row"><?php /* translators: field name in comment form */ _ex('Comment', 'noun'); ?></th>
|
||||
<td>
|
||||
<?php echo $comment->comment_content; ?>
|
||||
<?php comment_text( $comment ); ?>
|
||||
<p><a href="<?php echo admin_url( "comment.php?action=editcomment&c={$comment->comment_ID}" ); ?>"><?php esc_attr_e( 'Edit' ); ?></a></p>
|
||||
</td>
|
||||
</tr>
|
||||
|
Loading…
Reference in New Issue
Block a user