Changeset 1833

Show
Ignore:
Timestamp:
10/26/04 16:41:08 (4 years ago)
Author:
emc3
Message:

Eliminate double emails. Already sending email in wp_new_comment()

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/xmlrpc.php

    r1794 r1833  
    12441244        $comment_ID = $wpdb->insert_id; 
    12451245 
    1246         if (get_settings('comments_notify')) { 
    1247             wp_notify_postauthor($comment_ID, 'pingback'); 
    1248         } 
    1249  
    12501246        do_action('pingback_post', $comment_ID); 
    12511247