Skip to content

Commit 35aa672

Browse files
Update get_comment_ids doc block
1 parent f8ca7e6 commit 35aa672

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,8 @@ public function get_comments() {
539539
*
540540
* @global wpdb $wpdb WordPress database abstraction object.
541541
*
542+
* @since 6.9.0 Excludes the 'note' comment type, unless 'all' or the 'note'types are requested.
543+
*
542544
* @return int|array A single count of comment IDs if a count query. An array of comment IDs if a full query.
543545
*/
544546
protected function get_comment_ids() {

0 commit comments

Comments
 (0)