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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user