' . get_the_title() . '' ); } else { if ( $comment_count < "10" ) { printf( // WPCS: XSS OK. /* translators: 1: comment count number, 2: title. */ esc_html( _nx( '0%1$s comment on “%2$s”', '0%1$s comments on “%2$s”', $comment_count, 'comments title', 'cali' ) ), number_format_i18n( $comment_count ), '' . get_the_title() . '' ); } else { printf( // WPCS: XSS OK. /* translators: 1: comment count number, 2: title. */ esc_html( _nx( '%1$s comment on “%2$s”', '%1$s comments on “%2$s”', $comment_count, 'comments title', 'cali' ) ), number_format_i18n( $comment_count ), '' . get_the_title() . '' ); } } ?>

'Leave a comment', 'fields' => apply_filters( 'comment_form_default_fields', array( 'author' => '

' . '

', 'email' => '

' . '

', 'url' => '

' . '

' )), 'comment_field' => '

', 'comment_notes_after' => '', 'label_submit' => __( 'Send Message', 'cali' ), ); comment_form($comment_args); ?>