Definition:
function comment_time( $d = '' ) {}
Display the comment time of the current comment.
Parameters
- string $d: Optional. The format of the time (defaults to user’s config)
Source code
function comment_time( $d = '' ) {
echo get_comment_time($d);
}
705

February 11, 2011 


No comments yet... Be the first to leave a reply!