[wp-cvs] wordpress xmlrpc.php,1.29,1.30
Ernest MacDougal Campbell III
emc3 at users.sourceforge.net
Tue Oct 26 16:41:11 UTC 2004
Update of /cvsroot/cafelog/wordpress
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4068
Modified Files:
xmlrpc.php
Log Message:
Eliminate double emails. Already sending email in wp_new_comment()
Index: xmlrpc.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/xmlrpc.php,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** xmlrpc.php 14 Oct 2004 07:26:41 -0000 1.29
--- xmlrpc.php 26 Oct 2004 16:41:08 -0000 1.30
***************
*** 1244,1251 ****
$comment_ID = $wpdb->insert_id;
- if (get_settings('comments_notify')) {
- wp_notify_postauthor($comment_ID, 'pingback');
- }
-
do_action('pingback_post', $comment_ID);
--- 1244,1247 ----
More information about the cvs
mailing list