' . esc_html(get_the_title()) . '' ); } else { printf( /* translators: 1: comment count number, 2: title. */ esc_html( _nx( '%1$s COMMENT', '%1$s COMMENTS', $honeypress_comment_count, 'comments title', 'honeypress' ) ), esc_html( number_format_i18n( $honeypress_comment_count )), '' . esc_html (get_the_title()) . '' ); } ?>

'; endif; echo '
'; comment_form(); echo '
';?>