mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 17:48:01 +01:00
Remove debug cruft. Props markmcwilliams. fixes #15530
git-svn-id: http://svn.automattic.com/wordpress/trunk@17383 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4d39c5894a
commit
5385398e76
@ -48,7 +48,6 @@ class WP_Comments_List_Table extends WP_List_Table {
|
|||||||
$comment_status = 'all';
|
$comment_status = 'all';
|
||||||
|
|
||||||
$comment_type = !empty( $_REQUEST['comment_type'] ) ? $_REQUEST['comment_type'] : '';
|
$comment_type = !empty( $_REQUEST['comment_type'] ) ? $_REQUEST['comment_type'] : '';
|
||||||
error_log( var_export( $comment_type, true ) );
|
|
||||||
|
|
||||||
$search = ( isset( $_REQUEST['s'] ) ) ? $_REQUEST['s'] : '';
|
$search = ( isset( $_REQUEST['s'] ) ) ? $_REQUEST['s'] : '';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user