Fix typo.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2863 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7c8cba9fa8
commit
c66509851c
|
@ -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