64, 'format' => 'html5', )); ?>

'', 'comment_notes_before' => '', 'fields' => apply_filters('comment_form_default_fields', array( 'author' => '
'. '
', 'email' => '
'. '
'. '

'.__('Your email address will not be published.', 'wp-alkimia').'

', 'url' => '
'. '
', )), 'comment_field' => '
'. '
'. '

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

', 'comment_notes_after' => '', )); // alter the form styles $form = ob_get_clean(); $form = str_replace('class="comment-form"','class="ink-form"', $form); $form = str_replace('id="submit"','class="ink-button flat pull-right"', $form); echo $form; ?>