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

    'ol', 'short_ping' => true, 'callback' => 'blakely_comment' ) ); ?>

'

' . '

', 'email' => '

' . '

', ); $website_fields = get_theme_mod( 'catch_shop_website_field', 1 ); if ( $website_fields ) { $fields['url'] = sprintf( '

%s

', sprintf( '', esc_attr( $commenter['comment_author_url'] ) ) ); } $args = array( 'comment_field' => '

', 'fields' => $fields ); comment_form( $args ); ?>