From 323feecf529a89a41ceee9835cd32cc94be99eec Mon Sep 17 00:00:00 2001 From: rboren Date: Fri, 4 Jun 2004 02:49:40 +0000 Subject: [PATCH] Remove unnecessary call to generic_ping(). The publish_post action will take care of it. Props to hades. http://wordpress.org/support/4/6876 git-svn-id: http://svn.automattic.com/wordpress/trunk@1386 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/post.php | 1 - 1 file changed, 1 deletion(-) 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); }