From fb3e755b14dd93d66db4640fef247d2f9000dd24 Mon Sep 17 00:00:00 2001 From: emc3 Date: Tue, 26 Oct 2004 16:41:08 +0000 Subject: [PATCH] Eliminate double emails. Already sending email in wp_new_comment() git-svn-id: http://svn.automattic.com/wordpress/trunk@1833 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- xmlrpc.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/xmlrpc.php b/xmlrpc.php index 93656e4ab..183ac3543 100644 --- a/xmlrpc.php +++ b/xmlrpc.php @@ -1243,10 +1243,6 @@ class wp_xmlrpc_server extends IXR_Server { $comment_ID = $wpdb->insert_id; - if (get_settings('comments_notify')) { - wp_notify_postauthor($comment_ID, 'pingback'); - } - do_action('pingback_post', $comment_ID); return "Pingback from $pagelinkedfrom to $pagelinkedto registered. Keep the web talking! :-)";