Is there anyway to hide the showing of "0 reviews", but show reviews when available?

I'm using the default theme.
I'm thinking the code has something to do with the following in product.tpl, line 251 but not sure how to tweak it.
Code: Select all
<?php if ($review_status) { ?>
<a href="#tab-review"><?php echo $tab_review; ?></a>
<?php } ?>