Changeset 3104 for trunk/wp-admin/list-manipulation.php
- Timestamp:
- 11/16/2005 06:29:36 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/list-manipulation.php
r3061 r3104 57 57 die('-1'); 58 58 59 if ( wp_set_comment_status($comment->comment_ID, "delete") ) { 60 do_action('delete_comment', $comment->comment_ID); 59 if ( wp_delete_comment($comment->comment_ID) ) { 61 60 die('1'); 62 61 } else {
Note: See TracChangeset
for help on using the changeset viewer.