id="li-comment-">
ID );
$cancel_reply_link = esc_html__('Cancel Reply','bundler');
$title_reply_to = esc_html__('Leave a Reply to','bundler');
$label_submit = esc_html__('Leave a Comment','bundler');
$translation_comment_website = esc_html__('Website','bundler');
$translation_comment_required = esc_html__('required','bundler');
$translation_comment_mail = esc_html__('Mail','bundler');
$translation_comment_name = esc_html__('Name','bundler');
$translation_comment_closed = esc_html__('Comments are closed.','bundler');
?>
apply_filters( 'comment_form_default_fields', array(
'author' => '',
'email' => '',
'url' => '' ) ),
'comment_field' => '' .
'' .
'' .
'
',
'must_log_in' => '',
'logged_in_as' => '
' . sprintf( wp_kses( __('Logged in as %s. Log out?
' ,'bundler'), array( 'a' => array( 'href' => array() ) ) ) .'
', esc_url(admin_url( 'profile.php' )), $user_identity, wp_logout_url( apply_filters( 'the_permalink', get_permalink( $post_id ) ) ) ),
'comment_notes_before' => '',
'comment_notes_after' => '',
'id_form' => 'commentform',
'id_submit' => 'submit',
'title_reply' => '',
'title_reply_to' => $title_reply_to,
'cancel_reply_link' => $cancel_reply_link,
'label_submit' => $label_submit,
); ?>