comment_type ) : case 'pingback' : case 'trackback' : print '
  • '; print '

    '; esc_html_e('Pingback:', 'inspirelite' ); comment_author_link(); edit_comment_link(esc_html__( '(Edit)', 'inspirelite' ), ' ' ); print '

    '; break; default : ?>
  • id="li-comment-">
    %2$s
    %3$s %4$s

    %5$s

    %6$s %7$s
    ', // 1 get_comment_ID(), // 2 get_avatar( $comment, absint('120'), null, null, array( 'class' => 'img-fluid rounded-circle' ) ), // 3 sprintf( '

    %1$s

    ', // 1 ucwords( get_comment_author() ), // 2 esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ) ), // 4 sprintf('
    %1$s
    ', // 1 human_time_diff( get_comment_time('U'), current_time('timestamp') ) . esc_html__(' ago', 'inspirelite' ) ), // 5 get_comment_text(), // 6 ( $comment->comment_approved == '0' ) ? sprintf( '

    %1$s

    ', // 1 esc_html__('Your comment is awaiting moderation.', 'inspirelite' ) ) : '', // 7 get_comment_reply_link( array_merge( $args, array( 'before' => '
    ', 'reply_text' => esc_html__( 'Reply', 'inspirelite' ), 'depth' => $depth, 'max_depth' => $args['max_depth'], 'after' => '
    ' ) ) ) ); break; endswitch; } }