From 0a24e8d1cddab198f2ecfe4bb8957e6a8583a9aa Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 25 Jul 2017 12:54:45 +0000 Subject: [PATCH] Docs: Add `@access` entry for `WP_Comment_Query::fill_descendants()`. Props umangvaghela123. Fixes #41435. Built from https://develop.svn.wordpress.org/trunk@41145 git-svn-id: http://core.svn.wordpress.org/trunk@40985 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-comment-query.php | 1 + wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-includes/class-wp-comment-query.php b/wp-includes/class-wp-comment-query.php index 42c5bd1e94..df79c2a7a5 100644 --- a/wp-includes/class-wp-comment-query.php +++ b/wp-includes/class-wp-comment-query.php @@ -935,6 +935,7 @@ class WP_Comment_Query { * the descendant trees for all matched top-level comments. * * @since 4.4.0 + * @access protected * * @global wpdb $wpdb WordPress database abstraction object. * diff --git a/wp-includes/version.php b/wp-includes/version.php index 1abf0f61b8..74d2028c20 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-41141'; +$wp_version = '4.9-alpha-41145'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.