Make WordPress Core


Ignore:
Timestamp:
11/05/2019 09:25:53 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Further improve documentation of known return types, plus other docs fixes.

See #48303

File:
1 edited

Legend:

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

    r46586 r46661  
    252252     *                                 'none' to disable `ORDER BY` clause.
    253253     * }
    254      * @return array Array of `WP_Comment` objects.
     254     * @return WP_Comment[] Array of `WP_Comment` objects.
    255255     */
    256256    public function get_children( $args = array() ) {
Note: See TracChangeset for help on using the changeset viewer.