Changeset 55634
- Timestamp:
- 04/08/2023 09:07:18 AM (18 months ago)
- Location:
- branches/6.2
- Files:
-
- 2 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/6.2
-
branches/6.2/src/wp-includes/comment-template.php
r55495 r55634 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.