Changeset 55634
- Timestamp:
- 04/08/2023 09:07:18 AM (3 years ago)
- Location:
- branches/6.2
- Files:
-
- 2 edited
- 1 copied
-
. (modified) (1 prop)
-
src/wp-includes/comment-template.php (modified) (1 diff)
-
tests/phpunit/tests/comment/commentTime.php (copied) (copied from trunk/tests/phpunit/tests/comment/commentTime.php)
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.