From 3f30fd2866261834c729a604bc83949d365ee322 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 23 Jul 2017 10:39:13 +0000 Subject: [PATCH] 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 --- src/wp-includes/class-wp-comment-query.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wp-includes/class-wp-comment-query.php b/src/wp-includes/class-wp-comment-query.php index 25b7fcf1a8..42c5bd1e94 100644 --- a/src/wp-includes/class-wp-comment-query.php +++ b/src/wp-includes/class-wp-comment-query.php @@ -935,6 +935,8 @@ class WP_Comment_Query { * the descendant trees for all matched top-level comments. * * @since 4.4.0 + * + * @global wpdb $wpdb WordPress database abstraction object. * * @param array $comments Array of top-level comments whose descendants should be filled in. * @return array