From d96f5e2c081b582a77097b06706416d5ff371211 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 2 Dec 2013 23:57:50 -0800 Subject: undo last change to comment_email - these are checked for validity --- util/wp/post_to_red/post_to_red.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/wp/post_to_red/post_to_red.php') diff --git a/util/wp/post_to_red/post_to_red.php b/util/wp/post_to_red/post_to_red.php index 43e24283c..11b1b48f7 100644 --- a/util/wp/post_to_red/post_to_red.php +++ b/util/wp/post_to_red/post_to_red.php @@ -356,7 +356,7 @@ function red_comment($args) { $comment['comment_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'] = ''; if ( isset($content_struct['author_url']) ) -- cgit v1.2.3