if ( $attributes['displayExcerpt'] ) {
$list_items_markup .= '<div class="wp-block-latest-comments__comment-excerpt">' . wpautop( get_comment_excerpt( $comment ) ) . '</div>';
}
if ( $attributes['displayExcerpt'] ) {
$classnames[] = 'has-excerpts';
}