• id="li-comment-">
    comment_approved == '0') : ?>

    $depth, 'max_depth' => $args['max_depth']))) ?>
    '
    ' . ' ' . '
    ', 'email' => '
    ' . '
    ', 'url' => '
    ' . '
    ' ); return $fields; } endif; if( ! function_exists( 'edsbootstrap_comment_form' )): add_filter( 'comment_form_defaults', 'edsbootstrap_comment_form' ); function edsbootstrap_comment_form( $args ) { $args['comment_field'] = '
    '; $args['class_submit'] = 'btn btn-theme'; // since WP 4.1 return $args; } endif; ?>