mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
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:
+1
-3
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user