Changeset 45496
- Timestamp:
- 06/06/2019 11:51:24 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-template.php
r44894 r45496 424 424 * @param int|WP_Comment $comment Comment ID or WP_Comment object. Default current comment. 425 425 * @param int|WP_Post $post_id Post ID or WP_Post object. Default current post. 426 * @param bool $echo Optional. Whether to cho or return the output.426 * @param bool $echo Optional. Whether to echo or return the output. 427 427 * Default true. 428 428 * @return string If `$echo` is false, the class will be returned. Void otherwise.
Note: See TracChangeset
for help on using the changeset viewer.