' . $comment_cookies . '
', ), // Form container class 'class_container' => 'comment-form-wrap', // Change the title of send button 'label_submit' => $comment_send, // Change the title of the reply section 'title_reply' => $comment_reply, // Change the title of the reply section 'title_reply_to' => $comment_reply_to, //Cancel Reply Text 'cancel_reply_link' => $comment_cancel, // Redefine your own textarea (the comment body). 'comment_field' => '' . $comment_before . '
', // Remove "Text or HTML to be displayed after the set of comment fields". 'comment_notes_after' => '', //Submit Button ID 'id_submit' => __( 'comment-submit', 'benawp-bootstrap-portfolio' ), 'class_submit' => __( 'btn btn-default', 'benawp-bootstrap-portfolio' ) ); comment_form( $comments_args ); endif; ?>