mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Docs: Various docblock improvements.
See #54729 git-svn-id: https://develop.svn.wordpress.org/trunk@53299 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -93,7 +93,7 @@ class WP_Comment_Query {
|
||||
* List of comments located by the query.
|
||||
*
|
||||
* @since 4.0.0
|
||||
* @var array
|
||||
* @var int[]|WP_Comment[]
|
||||
*/
|
||||
public $comments;
|
||||
|
||||
@@ -374,7 +374,7 @@ class WP_Comment_Query {
|
||||
*
|
||||
* @global wpdb $wpdb WordPress database abstraction object.
|
||||
*
|
||||
* @return int|array List of comments or number of found comments if `$count` argument is true.
|
||||
* @return int|int[]|WP_Comment[] List of comments or number of found comments if `$count` argument is true.
|
||||
*/
|
||||
public function get_comments() {
|
||||
global $wpdb;
|
||||
|
||||
Reference in New Issue
Block a user