' . __('This post is password protected. Enter the password to view any comments.','bwt_kiss') . '

'; return; } if (have_comments()) { echo '

'; printf(_n('One thought on “%2$s”','%1$s thoughts on “%2$s”',get_comments_number(),'bwt_kiss'),number_format_i18n(get_comments_number()),'' . get_the_title() . ''); echo '

'; if (get_comment_pages_count() > 1 && get_option('page_comments')) { echo '
' . '' . '' . '
'; } echo '
    '; wp_list_comments(array('callback' => 'bwt_kiss_comment')); echo '
'; if (get_comment_pages_count() > 1 && get_option('page_comments')) { echo '
' . '' . '' . '
'; } else if (!comments_open() && !is_page() && post_type_supports(get_post_type(),'comments')) { echo '

' . __('Comments are closed.','bwt_kiss') . '

'; } } comment_form(array('comment_field' => '

' . '' . '' . '

' )); ?>