' . get_the_title() . '' ); ?>

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

__( '', 'text-domain' ), 'fields' => apply_filters( 'comment_form_default_fields', array( 'author' => '
', 'email' => '
', //'url' => '

' . // '

' )), 'comment_field' => '', //'comment_notes_after' => '

' . sprintf( __( 'You may use these HTML tags and attributes: %s', 'text-domain' ), ' ' . allowed_tags() . '' ) . '

', 'comment_notes_before' => '', 'comment_notes_after' => '', ); //echo '
'; //comment_form($getbowtied_comment_args); ob_start(); comment_form($getbowtied_comment_args); $form = ob_get_clean(); echo str_replace('id="submit"','id="submit" class="btn btn-success btn-lg"', $form); //echo '
'; ?>