Fix typo.
git-svn-id: https://develop.svn.wordpress.org/trunk@2863 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ca1272ec79
commit
e75196a77b
@ -30,7 +30,7 @@ function execute_all_pings() {
|
||||
if($trackbacks = $wpdb->get_results("SELECT ID FROM $wpdb->posts WHERE TRIM(to_ping) != ''")) {
|
||||
foreach($trackbacks as $trackback) {
|
||||
//echo "trackback : $trackback->ID<br/>";
|
||||
do_trackback($trackback->ID);
|
||||
do_trackbacks($trackback->ID);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user