'; } } add_action( 'wp_head', 'cali_pingback_header' ); /** * Single comment template */ function cali_comment_template($comment, $args, $depth) { ?>
  • has_children ? 'parent' : '' ); ?>>
    %s', get_comment_author_link() ) ; ?> ,
    comment_approved ) : ?>

    ', '' ); ?> 'div-comment', 'depth' => $depth, 'max_depth' => $args['max_depth'], 'before' => '', 'after' => '' ) ) ); ?>
    […]'; } else { return ' ' . esc_html( $more ) . ''; } } add_filter( 'excerpt_more', 'cali_custom_excerpt' );