'div', 'type' => 'comment', 'avatar_size' => 40, 'callback' => 'bento_comment', ) ); ?>
'
', 'email' => '
', ); $comment_form_args = array( 'label_submit' => __( 'Submit Comment', 'bento' ), 'comment_notes_before' => '', 'comment_field' => '
', 'fields' => apply_filters( 'comment_form_default_fields', $fields ), ); comment_form($comment_form_args); ?>