' . __( 'Name', 'responsive' ) . ' ' . ( $req ? '*' : '' ) . '
' . __( 'E-mail', 'responsive' ) . ' ' . ( $req ? '*' : '' ) . '
' . __( 'Website', 'responsive' ) . '' . '
' . 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' ) ) : ?>