Skip to content

Commit eedfea8

Browse files
Update class-wp-comment-query.php
Co-authored-by: Weston Ruter <[email protected]>
1 parent 4a14b0b commit eedfea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/class-wp-comment-query.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ protected function get_comment_ids() {
771771
'NOT IN' => (array) $this->query_vars['type__not_in'],
772772
);
773773

774-
// @since 6.9.0 Exclude the 'note' comment type, unless 'all' types or the 'note' type explicitly are requested.
774+
// Exclude the 'note' comment type, unless 'all' types or the 'note' type explicitly are requested.
775775
if (
776776
! in_array( 'all', $raw_types['IN'], true ) &&
777777
! in_array( 'note', $raw_types['IN'], true ) &&

0 commit comments

Comments
 (0)