mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-05 13:14:29 +00:00
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:
@@ -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