From fce71fed92d2fc2fab3c33870246ef2132d4b5e7 Mon Sep 17 00:00:00 2001 From: Caleb Burks Date: Wed, 15 Jan 2020 23:45:17 -0500 Subject: [PATCH] Prevent commenter email from displaying --- modules/editorial-comments/editorial-comments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/editorial-comments/editorial-comments.php b/modules/editorial-comments/editorial-comments.php index b08eae783..6f7d488b8 100644 --- a/modules/editorial-comments/editorial-comments.php +++ b/modules/editorial-comments/editorial-comments.php @@ -295,7 +295,7 @@ function the_comment($comment, $args, $depth) {
%1$s said on %2$s at %3$s', 'edit-flow'), - comment_author_email_link( $comment->comment_author ), + esc_html( $comment->comment_author ), get_comment_date( get_option( 'date_format' ) ), get_comment_time() ); ?>