Docs: Add a @global entry for $wpdb in WP_Comment_Query::fill_descendants().

Props jontyravi.
Fixes #41412.
Built from https://develop.svn.wordpress.org/trunk@41123


git-svn-id: http://core.svn.wordpress.org/trunk@40963 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2017-07-23 10:40:45 +00:00
parent 2d464d4286
commit 00b91b3003
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.9-alpha-41122';
$wp_version = '4.9-alpha-41123';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.