Make WordPress Core


Ignore:
Timestamp:
07/21/2009 03:11:12 AM (16 years ago)
Author:
azaozz
Message:

"Trash" status for comments, first run, props caesarsgrunt, see #4529

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/admin-ajax.php

    r11694 r11731  
    193193        $r = wp_set_comment_status( $comment->comment_ID, 'spam' );
    194194    } else {
    195         $r = wp_delete_comment( $comment->comment_ID );
     195        $r = wp_set_comment_status( $comment->comment_ID, 'delete' );
    196196    }
    197197    if ( $r ) // Decide if we need to send back '1' or a more complicated response including page links and comment counts
Note: See TracChangeset for help on using the changeset viewer.