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 4a14b0b commit eedfea8Copy full SHA for eedfea8
src/wp-includes/class-wp-comment-query.php
@@ -771,7 +771,7 @@ protected function get_comment_ids() {
771
'NOT IN' => (array) $this->query_vars['type__not_in'],
772
);
773
774
- // @since 6.9.0 Exclude the 'note' comment type, unless 'all' types or the 'note' type explicitly are requested.
+ // Exclude the 'note' comment type, unless 'all' types or the 'note' type explicitly are requested.
775
if (
776
! in_array( 'all', $raw_types['IN'], true ) &&
777
! in_array( 'note', $raw_types['IN'], true ) &&
0 commit comments