Ticket #15530: 15530.debug.diff
| File 15530.debug.diff, 530 bytes (added by , 15 years ago) |
|---|
-
wp-admin/includes/class-wp-comments-list-table.php
48 48 $comment_status = 'all'; 49 49 50 50 $comment_type = !empty( $_REQUEST['comment_type'] ) ? $_REQUEST['comment_type'] : ''; 51 error_log( var_export( $comment_type, true ) );52 51 53 52 $search = ( isset( $_REQUEST['s'] ) ) ? $_REQUEST['s'] : ''; 54 53