From 84d4037c560f568527c432560a30f46dd8a537dc Mon Sep 17 00:00:00 2001 From: Ryan Boren 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: https://develop.svn.wordpress.org/trunk@1386 602fd350-edb4-49c9-b593-d223f7449a82 --- 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); }