mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user