Skip to content

Commit 3f30fd2

Browse files
Docs: Add a @global entry for $wpdb in WP_Comment_Query::fill_descendants().
Props jontyravi. Fixes #41412. git-svn-id: https://develop.svn.wordpress.org/trunk@41123 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 90583c8 commit 3f30fd2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -935,6 +935,8 @@ private function set_found_comments() {
935935
* the descendant trees for all matched top-level comments.
936936
*
937937
* @since 4.4.0
938+
*
939+
* @global wpdb $wpdb WordPress database abstraction object.
938940
*
939941
* @param array $comments Array of top-level comments whose descendants should be filled in.
940942
* @return array

0 commit comments

Comments
 (0)