Post count: 19
this is the code displaying comments with date.
<div class=”comment-meta commentmetadata”>
<i class=”fa fa-clock-o”></i>
comment_ID, $args ) ); ?>”>
<?php echo jnews_ago_time( human_time_diff(mysql2date(‘U’,$comment->comment_date), current_time(‘timestamp’) ) ); ?>
<?php edit_comment_link( jnews_return_translation(‘(Edit)’, ‘jnews’, ‘edit_comment’), ‘ ‘, ” ); ?>
</div>