In single.php your comments call should look like this:
if( comments_open() )
comments_template();
Any additional option checks are not needed.
In single.php your comments call should look like this:
if( comments_open() )
comments_template();
Any additional option checks are not needed.