comment_time() – Displays the comment time of the current comment.
You appear to be a bot. Output may be restricted
Description
Displays the comment time of the current comment.
Usage
comment_time( $format );
Parameters
- $format
- ( string ) optional – Optional. PHP time format. Defaults to the 'time_format' option.
Returns
void
Source
File name: wordpress/wp-includes/comment-template.php
Lines:
1 to 3 of 3
function comment_time( $format = '' ) { echo get_comment_time( $format ); }