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

git-svn-id: http://svn.automattic.com/wordpress/trunk@11734 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2009-07-21 23:09:47 +00:00
parent 98e73f0c98
commit f7e02a7c22
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;
}