- Timestamp:
- 11/07/2025 06:54:51 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-comments-list-table.php
r61105 r61183 100 100 } 101 101 102 $comment_type = ! empty( $_REQUEST['comment_type'] ) ? $_REQUEST['comment_type'] : ''; 102 $comment_type = ''; 103 104 if ( ! empty( $_REQUEST['comment_type'] ) && 'note' !== $_REQUEST['comment_type'] ) { 105 $comment_type = $_REQUEST['comment_type']; 106 } 103 107 104 108 $search = ( isset( $_REQUEST['s'] ) ) ? $_REQUEST['s'] : '';
Note: See TracChangeset
for help on using the changeset viewer.