From 280163f8efdbf41dca9aabc8e57f9acee53f5eae Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 25 Jul 2017 12:53:36 +0000 Subject: [PATCH] Docs: Add `@access` entry for `WP_Comment_Query::fill_descendants()`. Props umangvaghela123. Fixes #41435. git-svn-id: https://develop.svn.wordpress.org/trunk@41145 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-wp-comment-query.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wp-includes/class-wp-comment-query.php b/src/wp-includes/class-wp-comment-query.php index 42c5bd1e94..df79c2a7a5 100644 --- a/src/wp-includes/class-wp-comment-query.php +++ b/src/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. *