undo last change to comment_email - these are checked for validity
This commit is contained in:
parent
9f2efb0291
commit
d96f5e2c08
@ -356,7 +356,7 @@ function red_comment($args) {
|
|||||||
|
|
||||||
$comment['comment_author_email'] = '';
|
$comment['comment_author_email'] = '';
|
||||||
if ( isset($content_struct['author_email']) )
|
if ( isset($content_struct['author_email']) )
|
||||||
$comment['comment_author_email'] = 'zot:' . $content_struct['author_email'];
|
$comment['comment_author_email'] = $content_struct['author_email'];
|
||||||
|
|
||||||
$comment['comment_author_url'] = '';
|
$comment['comment_author_url'] = '';
|
||||||
if ( isset($content_struct['author_url']) )
|
if ( isset($content_struct['author_url']) )
|
||||||
|
Reference in New Issue
Block a user