diff --git a/src/wp-admin/edit-form-comment.php b/src/wp-admin/edit-form-comment.php index 7aa6f44234..62cd828134 100644 --- a/src/wp-admin/edit-form-comment.php +++ b/src/wp-admin/edit-form-comment.php @@ -112,7 +112,11 @@ if ( current_user_can( 'edit_post', $post_id ) ) { ?>
- %s' ), $post_link ); ?> + ' . $post_link . '' + ); ?>
comment_parent ) : $name = get_comment_author( $parent->comment_ID ); ?>
- %2$s' ), $parent_link, $name ); ?> + ' . $name . '' + ); ?>