Soft-Rejection because "Comments need to display by default".

I think that the reviewer meant that you need to display comments even they are closed but at least you have one comment. I.e.

if ( comments_open() || get_comments_number() ) {
comments_template();
}

Or you didn’t understand his point of view.

1 Like