comment_type || 'trackback' == $comment->comment_type) : ?>
  • >
    ', ''); ?>
  • >

    $depth, 'max_depth' => $args['max_depth'])))) ?>

      '', 'short_ping' => true, 'avatar_size' => 74, 'max_depth' => '5', 'callback' => 'sv_comments_list', // 'walker' => new sv_custom_comment() )); ?>
    1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?>

    esc_html__('Leave a comments', 'bigc'), 'fields' => apply_filters( 'comment_form_default_fields', array( 'author' => '

    ', 'email' => '

    ', ) ), 'comment_field' => '

    ', 'must_log_in' => '', 'logged_in_as' => '

    '.esc_html__("Your email address will not be published. Required fields are marked *","bigc").'

    ' .sprintf(wp_kses_post(__( 'Logged in as %2$s. Log out?','bigc' )),admin_url( 'profile.php' ),$user_identity,wp_logout_url( apply_filters( 'the_permalink', get_permalink( ) ) )) . '

    ', 'comment_notes_before' => '', 'comment_notes_after' => '', 'id_form' => 'commentform', 'id_submit' => 'submit', 'title_reply' => esc_html__( 'Leave Comments','bigc' ), 'title_reply_to' => esc_html__( 'Leave a Reply %s','bigc' ), 'cancel_reply_link' => esc_html__( 'Cancel reply','bigc' ), 'label_submit' => esc_html__( 'Post comment','bigc' ), 'class_submit' => 'btn-link-default', ); ?>
    '; } /** END_LVL * Ends the children list of after the elements are added. */ function end_lvl( &$output, $depth = 0, $args = array() ) { $GLOBALS['comment_depth'] = $depth + 1; $output .= ''; } function end_el( &$output, $object, $depth = 0, $args = array() ) { $output .= ''; } } ?>