Definition:
function comment_date( $d = '', $comment_ID = 0 ) {}
Display the comment date of the current comment.
Parameters
- string $d: The format of the date (defaults to user’s config)
- int $comment_ID: The ID of the comment for which to print the date. Optional.
Source code
function comment_date( $d = '', $comment_ID = 0 ) {
echo get_comment_date( $d, $comment_ID );
}
679

February 11, 2011 


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