1 && get_option('page_comments')) { ?> 1 && get_option('page_comments')) { ?>

'commentform', // that's the wordpress default value! delete it or edit it ;) 'id_submit' => 'commentsubmit', 'class_submit' => 'btn btn-primary', 'title_reply' => __('Leave a Comment', 'byvex-woocommerce-starter'), // that's the wordpress default value! delete it or edit it ;) 'title_reply_to' => __('Leave a Comment to %s', 'byvex-woocommerce-starter'), // that's the wordpress default value! delete it or edit it ;) 'cancel_reply_link' => __('Cancel', 'byvex-woocommerce-starter'), // that's the wordpress default value! delete it or edit it ;) 'label_submit' => __('Post Comment', 'byvex-woocommerce-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:', 'byvex-woocommerce-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 // Custom Bootstrap Formfields 'fields' => apply_filters( 'comment_form_default_fields', array( 'author' => '

' . '' . '

', 'email' => '

' . '' . '

', 'url' => '

' . ' ' . '

' ) ), // Custom Formfields End )); ?>