Make WordPress Core


Ignore:
Timestamp:
01/22/2011 06:27:04 PM (13 years ago)
Author:
nacin
Message:

Global comment_type in WP_Comments_List_Table::prepare_items(). props jorbin, fixes #16344.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/class-wp-comments-list-table.php

    r17349 r17350  
    4242
    4343    function prepare_items() {
    44         global $post_id, $comment_status, $search;
     44        global $post_id, $comment_status, $search, $comment_type;
    4545
    4646        $comment_status = isset( $_REQUEST['comment_status'] ) ? $_REQUEST['comment_status'] : 'all';
Note: See TracChangeset for help on using the changeset viewer.