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
This commit is contained in:
Sergey Biryukov 2017-07-25 12:54:45 +00:00
parent 4042c0b416
commit 0a24e8d1cd
2 changed files with 2 additions and 1 deletions

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

View File

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