From ce32eb01baadb1b3a093dde57b65608a8c205a1d Mon Sep 17 00:00:00 2001 From: saxmatt Date: Sun, 18 Apr 2004 19:10:16 +0000 Subject: [PATCH] Remove some calls to the old ping functions. git-svn-id: http://svn.automattic.com/wordpress/trunk@1094 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/post.php | 2 -- wp-mail.php | 2 -- 2 files changed, 4 deletions(-) diff --git a/wp-admin/post.php b/wp-admin/post.php index 54fb8caaf7..f48f5ff1cd 100644 --- a/wp-admin/post.php +++ b/wp-admin/post.php @@ -373,8 +373,6 @@ switch($action) { // are we going from draft/private to published? if ((($prev_status == 'draft') || ($prev_status == 'private')) && ($post_status == 'publish')) { - pingWeblogs($blog_ID); - pingBlogs($blog_ID); } // end if moving from draft/private to published if ($post_status == 'publish') { do_action('publish_post', $post_ID); diff --git a/wp-mail.php b/wp-mail.php index 89a1ecb97e..af8cc1ae44 100644 --- a/wp-mail.php +++ b/wp-mail.php @@ -243,8 +243,6 @@ for ($iCount=1; $iCount<=$Count; $iCount++) { pingGeoUrl($post_ID); } - pingWeblogs($blog_ID); - pingBlogs($blog_ID); pingback($content, $post_ID); } echo "\n

Posted title: $post_title
";