Remove some calls to the old ping functions.

git-svn-id: http://svn.automattic.com/wordpress/trunk@1094 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2004-04-18 19:10:16 +00:00
parent b087596102
commit ce32eb01ba
2 changed files with 0 additions and 4 deletions

View File

@ -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);

View File

@ -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<p><b>Posted title:</b> $post_title<br />";