Make WordPress Core


Ignore:
Timestamp:
12/07/2008 12:18:04 PM (17 years ago)
Author:
azaozz
Message:

Fix comment actions after using QE when listing pending and spam comments

File:
1 edited

Legend:

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

    r10104 r10116  
    601601
    602602    ob_start();
    603         _wp_comment_row( $comment_id, $mode, false, $checkbox );
     603        _wp_comment_row( $comment_id, $mode, true, $checkbox );
    604604        $comment_list_item = ob_get_contents();
    605605    ob_end_clean();
Note: See TracChangeset for help on using the changeset viewer.