Changeset 3142 for trunk/wp-includes/functions.php
- Timestamp:
- 11/18/2005 02:15:08 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r3139 r3142 813 813 $tb_url = addslashes( $tb_url ); 814 814 $wpdb->query("UPDATE $wpdb->posts SET pinged = CONCAT(pinged, '\n', '$tb_url') WHERE ID = '$ID'"); 815 $wpdb->query("UPDATE $wpdb->posts SET to_ping = REPLACE(to_ping, '$tb_url', '') WHERE ID = '$ID'"); 816 return $result; 815 return $wpdb->query("UPDATE $wpdb->posts SET to_ping = REPLACE(to_ping, '$tb_url', '') WHERE ID = '$ID'"); 817 816 } 818 817
Note: See TracChangeset
for help on using the changeset viewer.