comment_time()

最后更新于:2021-11-25 21:28:29

comment_time( string$format=”)

Displays the comment time of the current comment.

参数

$format

(string) (Optional) PHP time format. Defaults to the ‘time_format’ option.

Default value: ”

源文件

文件: gc-includes/comment-template.php

function comment_time( $format = '' ) {
	echo get_comment_time( $format );
}