if i have a post with more than 9 comments, it's registering as 1 comment...
this is the code i have in my comments.php
backticks
<?php comments_number( __( '0 Comments' , 'mwp' ) , __( '1 comment' , 'mwp' ) , '% ' . __( 'comments' , 'mwp' ) );?> <?php _e( '' , 'mwp' ) ?>
backticks