__('Tell us something', 'baena'),
//Change text button
'label_submit' => __('Send', 'baena'),
//Class button
'class_submit' => 'btn-send',
//Change texarea
'comment_field' => '', //Delete paragraph and label from textarea
//Clear the default notes from the form
'comment_notes_before' => '',
//Message later
'comment_notes_after' => '
' . __( 'Your email will not be shown ;)', 'baena' ) . '
'ul', 'short_ping' => true, 'avatar_size' => 56, ) ); ?>
__('Tell us something', 'baena'), //Change text button 'label_submit' => __('Send', 'baena'), //Class button 'class_submit' => 'btn-send', //Change texarea 'comment_field' => '', //Delete paragraph and label from textarea //Clear the default notes from the form 'comment_notes_before' => '', //Message later 'comment_notes_after' => '' . __( 'Your email will not be shown ;)', 'baena' ) . '
' ); comment_form($comments_args); ?>