%1$s ( %2$s ) ', __( 'Response', 'boson' ), number_format_i18n( $num_comments ) ); }else{ printf( '%1$s ( %2$s ) ', __( 'Responses', 'boson' ), number_format_i18n( $num_comments ) ); } ?>

true, 'style'=> '
', 'callback' => 'boson_comment' ) ); echo str_replace( 'class="children"', 'class="comment comment-reply np"', ob_get_clean() ); ?>
1 && get_option( 'page_comments' ) ) : ?>

'. __( 'Responses', 'boson' ) .' (0)'; } ?>
'; $fields['email'] = '
'; $fields['url'] = '
'; $args = array( 'title_reply' => '

'. __( 'Leave a reply', 'boson' ) .'

', 'fields' => $fields, 'comment_field' => '
', 'format' => 'html5', 'label_submit' => __( 'Submit Comment', 'boson' ), 'comment_notes_before' => '', 'comment_notes_after' => '' ); ob_start(); comment_form( $args ); $comment_form = ob_get_clean(); $comment_form = str_replace( 'id="submit"', 'class="btn-submit btn colored" ', $comment_form ); $comment_form = str_replace( 'class="comment-form"', 'class="b-form comment-form" ', $comment_form ); echo $comment_form; ?>