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 35aa672 commit cb8cdbeCopy full SHA for cb8cdbe
src/wp-includes/class-wp-comment-query.php
@@ -536,11 +536,10 @@ public function get_comments() {
536
* Used internally to get a list of comment IDs matching the query vars.
537
*
538
* @since 4.4.0
539
+ * @since 6.9.0 Excludes the 'note' comment type, unless 'all' or the 'note' types are requested.
540
541
* @global wpdb $wpdb WordPress database abstraction object.
542
- * @since 6.9.0 Excludes the 'note' comment type, unless 'all' or the 'note'types are requested.
543
- *
544
* @return int|array A single count of comment IDs if a count query. An array of comment IDs if a full query.
545
*/
546
protected function get_comment_ids() {
0 commit comments