diff --git a/wp-admin/post.php b/wp-admin/post.php index 43a3680de4..8f110c577c 100644 --- a/wp-admin/post.php +++ b/wp-admin/post.php @@ -384,7 +384,6 @@ $now_gmt = current_time('mysql', 1); // are we going from draft/private to published? if ($prev_status != 'publish' && $post_status == 'publish') { - generic_ping(); if ($post_pingback) { pingback($content, $post_ID); }