Make WordPress Core


Ignore:
Timestamp:
08/18/2010 10:26:22 PM (15 years ago)
Author:
scribu
Message:

Fix the Trash quickling in edit-comments.php. See #14637

File:
1 edited

Legend:

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

    r15497 r15508  
    640640        get_comment( $comment );
    641641        ob_start();
    642             $table->single_row( $comment->comment_ID, $mode, $status, true, true );
     642            $table->single_row( $comment->comment_ID, $mode, $comment_status, true, true );
    643643            $comment_list_item = ob_get_contents();
    644644        ob_end_clean();
Note: See TracChangeset for help on using the changeset viewer.