mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-25 09:28:42 +00:00
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
This commit is contained in:
parent
2d464d4286
commit
00b91b3003
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user