Remove obsolete $wpdb
reference from get_comments()
docs.
props lamosty. fixes #31748. git-svn-id: https://develop.svn.wordpress.org/trunk@31870 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
22214ffdf9
commit
de44adee46
@ -218,8 +218,6 @@ function get_comment(&$comment, $output = OBJECT) {
|
||||
*
|
||||
* @since 2.7.0
|
||||
*
|
||||
* @global wpdb $wpdb WordPress database abstraction object.
|
||||
*
|
||||
* @param string|array $args Optional. Array or string of arguments. See {@see WP_Comment_Query::parse_query()}
|
||||
* for information on accepted arguments. Default empty.
|
||||
* @return int|array List of comments or number of found comments if `$count` argument is true.
|
||||
|
Loading…
x
Reference in New Issue
Block a user