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
This commit is contained in:
Sergey Biryukov 2017-07-25 12:53:36 +00:00
parent cacfda71c4
commit 280163f8ef

View File

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