Skip to content

Commit cb8cdbe

Browse files
reorder @SInCE
1 parent 35aa672 commit cb8cdbe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -536,11 +536,10 @@ public function get_comments() {
536536
* Used internally to get a list of comment IDs matching the query vars.
537537
*
538538
* @since 4.4.0
539+
* @since 6.9.0 Excludes the 'note' comment type, unless 'all' or the 'note' types are requested.
539540
*
540541
* @global wpdb $wpdb WordPress database abstraction object.
541542
*
542-
* @since 6.9.0 Excludes the 'note' comment type, unless 'all' or the 'note'types are requested.
543-
*
544543
* @return int|array A single count of comment IDs if a count query. An array of comment IDs if a full query.
545544
*/
546545
protected function get_comment_ids() {

0 commit comments

Comments
 (0)