Docs: Add missing @return
entry for WP_Comment_Query::get_comment_ids()
.
Props chetan200891, birgire. Fixes #42795. git-svn-id: https://develop.svn.wordpress.org/trunk@42376 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
43d9a479cf
commit
84c5953cab
@ -471,6 +471,8 @@ class WP_Comment_Query {
|
||||
* @since 4.4.0
|
||||
*
|
||||
* @global wpdb $wpdb WordPress database abstraction object.
|
||||
*
|
||||
* @return int|array A single count of comment IDs if a count query. An array of comment IDs if a full query.
|
||||
*/
|
||||
protected function get_comment_ids() {
|
||||
global $wpdb;
|
||||
|
Loading…
Reference in New Issue
Block a user