Changeset 46661 for trunk/src/wp-includes/class-wp-comment.php
- Timestamp:
- 11/05/2019 09:25:53 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-comment.php
r46586 r46661 252 252 * 'none' to disable `ORDER BY` clause. 253 253 * } 254 * @return arrayArray of `WP_Comment` objects.254 * @return WP_Comment[] Array of `WP_Comment` objects. 255 255 */ 256 256 public function get_children( $args = array() ) {
Note: See TracChangeset
for help on using the changeset viewer.