if ( ! function_exists( 'kleo_custom_comments' ) ) { /** * Display customized comments * * @param object $comment * @param array $args * @param integer $depth */ function kleo_custom_comments( $comment, $args, $depth ) { $GLOBALS['comment'] = $comment; $GLOBALS['comment_depth'] = $depth; ?>
  • >
    comment_author_email ) { ?>
    %1$s %2$s', get_comment_author_link(), __( 'ago', 'kleo_framework' ) . '' . human_time_diff( get_comment_time( 'U' ), current_time( 'timestamp' ) ) ); ?>
    comment_approved ) { _e( "Your comment is awaiting moderation.\n", 'kleo_framework' ); } ?>
    ', ' |' ); ?> __( 'Reply', 'kleo_framework' ), 'login_text' => __( 'Log in to reply.', 'kleo_framework' ), 'depth' => $depth, 'before' => '', 'after' => '', ) ) ); endif; ?>