aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--util/wp/post_to_red/post_to_red.php2
1 files changed, 1 insertions, 1 deletions
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']) )