Pings to the people. Return to pinging for updates to published posts. see #6698

git-svn-id: https://develop.svn.wordpress.org/trunk@11734 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2009-07-21 23:09:47 +00:00
parent 0f8ce0e0df
commit 60936ba553
3 changed files with 3 additions and 12 deletions

View File

@@ -1373,6 +1373,9 @@ function do_all_pings() {
if ( is_array($trackbacks) )
foreach ( $trackbacks as $trackback )
do_trackbacks($trackback);
//Do Update Services/Generic Pings
generic_ping();
}
/**
@@ -1435,8 +1438,6 @@ function generic_ping($post_id = 0) {
weblog_ping($service);
}
set_transient('generic_ping_last', time(), 1800);
return $post_id;
}