' . esc_html(get_the_title()) . '' ); } else { printf( // WPCS: XSS OK. /* translators: 1: comment count number, 2: title. */ esc_html( _nx( '%1$s thought on “%2$s”', '%1$s thoughts on “%2$s”', $underscore_comment_count, 'comments title', 'wp-bootstrap-starter' ) ), esc_html( number_format_i18n( $underscore_comment_count ) ), '' . esc_html( get_the_title() ) . '' ); } ?>

1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?> 1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?>

'commentform', // that's the wordpress default value! delete it or edit it ;) 'id_submit' => 'commentsubmit', 'title_reply' => __( 'Leave a Reply', 'wp-bootstrap-starter' ), // that's the wordpress default value! delete it or edit it ;) /* translators: 1: Reply Specific User */ 'title_reply_to' => __( 'Leave a Reply to %s', 'wp-bootstrap-starter' ), // that's the wordpress default value! delete it or edit it ;) 'cancel_reply_link' => __( 'Cancel Reply', 'wp-bootstrap-starter' ), // that's the wordpress default value! delete it or edit it ;) 'label_submit' => __( 'Post Comment', 'wp-bootstrap-starter' ), // that's the wordpress default value! delete it or edit it ;) 'comment_field' => '

', 'comment_notes_after' => '

' . __( 'You may use these HTML tags and attributes:', 'wp-bootstrap-starter' ) . '

' . allowed_tags() . '
' // So, that was the needed stuff to have bootstrap basic styles for the form elements and buttons // Basically you can edit everything here! // Checkout the docs for more: http://codex.wordpress.org/Function_Reference/comment_form // Another note: some classes are added in the bootstrap-wp.js - ckeck from line 1 )); ?>