Changeset 3622
- Timestamp:
- 03/06/2006 06:49:49 PM (20 years ago)
- File:
-
- 1 edited
-
branches/2.0/wp-admin/list-manipulation.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-admin/list-manipulation.php
r3379 r3622 24 24 die ('-1'); 25 25 26 if ( $wpdb->query("DELETE FROM $wpdb->links WHERE link_id = '$id'") )26 if ( wp_delete_link($id) ) 27 27 die('1'); 28 28 else die('0');
Note: See TracChangeset
for help on using the changeset viewer.