' . get_the_title() . '' ); } else { printf( // WPCS: XSS OK. /* translators: 1: comment count number, 2: title. */ esc_html( _nx( '%1$s thought on “%2$s”', '%1$s thoughts on “%2$s”', $total_comment_count, 'comments title', 'total' ) ), number_format_i18n( $total_comment_count ), '' . get_the_title() . '' ); } ?>

1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?>

'

', 'email' => '', 'url' => '

', ); if ( has_action( 'set_comment_cookies', 'wp_set_comment_cookies' ) && get_option( 'show_comments_cookies_opt_in' ) ) { $consent = empty( $commenter['comment_author_email'] ) ? '' : ' checked="checked"'; $fields['cookies'] = ''; } $args = array( 'fields' => apply_filters( 'comment_form_default_fields', $fields ), 'comment_field' => '

', ); ?>