We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81f7558 commit 2e3574cCopy full SHA for 2e3574c
src/wp-admin/edit-comments.php
@@ -16,6 +16,11 @@
16
);
17
}
18
19
+// Never show notes on the comments page.
20
+if ( 'note' === $_REQUEST['comment_type'] ) {
21
+ unset( $_REQUEST['comment_type'] );
22
+}
23
+
24
$wp_list_table = _get_list_table( 'WP_Comments_List_Table' );
25
$pagenum = $wp_list_table->get_pagenum();
26
0 commit comments