Generic update pinging. Needs review.

git-svn-id: https://develop.svn.wordpress.org/trunk@982 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2004-03-21 07:36:07 +00:00
parent 741857240d
commit 512c20e9b9
2 changed files with 44 additions and 3 deletions
+1 -3
View File
@@ -161,14 +161,12 @@ switch($action) {
if((get_settings('use_geo_positions')) && ($post_latf != null) && ($post_lonf != null)) {
pingGeoUrl($post_ID);
}
pingWeblogs($blog_ID);
pingBlogs($blog_ID);
if ($post_pingback) {
pingback($content, $post_ID);
}
apply_filters('action_publish_post', $post_ID);
do_action('publish_post', $post_ID);
// Time for trackbacks
$to_ping = $wpdb->get_var("SELECT to_ping FROM $tableposts WHERE ID = $post_ID");