From 00b91b30031c3b0ccea28e19e03eb50932b2d238 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 23 Jul 2017 10:40:45 +0000 Subject: [PATCH] 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 --- wp-includes/class-wp-comment-query.php | 2 ++ wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/wp-includes/class-wp-comment-query.php b/wp-includes/class-wp-comment-query.php index 25b7fcf1a8..42c5bd1e94 100644 --- a/wp-includes/class-wp-comment-query.php +++ b/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 diff --git a/wp-includes/version.php b/wp-includes/version.php index f341cb5415..099281433c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.