Changeset 3002 for trunk/wp-admin/execute-pings.php
- Timestamp:
- 11/06/2005 07:10:15 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/execute-pings.php
r2863 r3002 28 28 } 29 29 // Do Trackbacks 30 if($trackbacks = $wpdb->get_results("SELECT ID FROM $wpdb->posts WHERE TRIM(to_ping) != '' ")) {30 if($trackbacks = $wpdb->get_results("SELECT ID FROM $wpdb->posts WHERE TRIM(to_ping) != '' AND post_status != 'draft'")) { 31 31 foreach($trackbacks as $trackback) { 32 32 //echo "trackback : $trackback->ID<br/>";
Note: See TracChangeset
for help on using the changeset viewer.