%1$s ( %2$s ) ', $translate['Response'], number_format_i18n( $num_comments ) ); else printf( '%1$s ( %2$s ) ', $translate['Responses'], number_format_i18n( $num_comments ) ); ?>

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

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

'. $translate['formtitle'] .'

', 'fields' => $fields, 'comment_field' => '
', 'format' => 'html5', 'label_submit' => $translate['translate-comments-form-button'], '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; ?>