wip
This commit is contained in:
@@ -99,7 +99,11 @@ class WP_Comments_List_Table extends WP_List_Table {
|
||||
$comment_status = 'all';
|
||||
}
|
||||
|
||||
$comment_type = ! empty( $_REQUEST['comment_type'] ) ? $_REQUEST['comment_type'] : '';
|
||||
$comment_type = '';
|
||||
|
||||
if ( ! empty( $_REQUEST['comment_type'] ) && 'note' !== $_REQUEST['comment_type'] ) {
|
||||
$comment_type = $_REQUEST['comment_type'];
|
||||
}
|
||||
|
||||
$search = ( isset( $_REQUEST['s'] ) ) ? $_REQUEST['s'] : '';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user