Changeset 55632
- Timestamp:
- 04/07/2023 02:34:51 PM (18 months ago)
- Location:
- trunk
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-template.php
r55614 r55632 1110 1110 */ 1111 1111 function comment_time( $format = '', $comment_id = 0 ) { 1112 echo get_comment_time( $format, $comment_id );1112 echo get_comment_time( $format, false, true, $comment_id ); 1113 1113 } 1114 1114
Note: See TracChangeset
for help on using the changeset viewer.