Changeset 49927 for trunk/src/wp-includes/class-wp-comment.php
- Timestamp:
- 01/03/2021 10:02:13 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-comment.php
r48941 r49927 320 320 * 321 321 * @param int $child_id ID of the child. 322 * @return WP_Comment| boolReturns the comment object if found, otherwise false.322 * @return WP_Comment|false Returns the comment object if found, otherwise false. 323 323 */ 324 324 public function get_child( $child_id ) {
Note: See TracChangeset
for help on using the changeset viewer.