' . esc_html( 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”', $responsive_comment_count, 'comments title', 'responsive' ) ), number_format_i18n( $responsive_comment_count ), '' . get_the_title() . '' ); } ?>

1 && get_option( 'page_comments' ) ) : ?>
1 && get_option( 'page_comments' ) ) : ?>
    ' ); ?>
'

' . ( $req ? '*' : '' ) . '

', 'email' => '

' . ( $req ? '*' : '' ) . '

', 'url' => '

' . '

', ); $defaults = array( 'fields' => apply_filters( 'comment_form_default_fields', $fields ) ); comment_form( $defaults ); ?>