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.
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.