'comment', 'callback' => 'antiaris_comments', 'style' => 'ol', ); wp_list_comments(apply_filters('antiaris_list_comments_args', $args)); ?>
    'pings', 'callback' => 'antiaris_comments', 'style' => 'ol', ); wp_list_comments(apply_filters('antiaris_list_pings_args', $args)); ?>
1 && get_option('page_comments')) : ?>

 

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

'; } else { $allowedtags = ''; } $args = array( 'comment_notes_before' => '

'.__('Your email address will not be published.', 'antiaris').'

', 'comment_notes_after' => $allowedtags, 'id_form' => 'commentform', 'label_submit' => __('Submit Comment', 'antiaris'), 'cancel_reply_link' => '» '.__('Cancel reply', 'antiaris'), ); comment_form(apply_filters('antiaris_comment_form_args', $args)); do_action('antiaris_after_commentform'); endif; // Ends the comment status ?>