Make WordPress Core


Ignore:
Timestamp:
04/28/2022 09:44:12 AM (4 years ago)
Author:
johnbillion
Message:

Docs: Various docblock improvements.

See #54729

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-comment-query.php

    r53291 r53299  
    9494     *
    9595     * @since 4.0.0
    96      * @var array
     96     * @var int[]|WP_Comment[]
    9797     */
    9898    public $comments;
     
    375375     * @global wpdb $wpdb WordPress database abstraction object.
    376376     *
    377      * @return int|array List of comments or number of found comments if `$count` argument is true.
     377     * @return int|int[]|WP_Comment[] List of comments or number of found comments if `$count` argument is true.
    378378     */
    379379    public function get_comments() {
Note: See TracChangeset for help on using the changeset viewer.