Skip to content

Commit

Permalink
Prevent commenter email from displaying
Browse files Browse the repository at this point in the history
  • Loading branch information
WPprodigy committed Jan 16, 2020
1 parent 1b2ff1d commit fce71fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/editorial-comments/editorial-comments.php
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ function the_comment($comment, $args, $depth) {
<div class="post-comment-wrap">
<h5 class="comment-meta">
<?php printf( __('<span class="comment-author">%1$s</span><span class="meta"> said on %2$s at %3$s</span>', 'edit-flow'),
comment_author_email_link( $comment->comment_author ),
esc_html( $comment->comment_author ),
get_comment_date( get_option( 'date_format' ) ),
get_comment_time() ); ?>
</h5>
Expand Down

0 comments on commit fce71fe

Please sign in to comment.