I've got this code that I'm trying to edit.
<?php if ('open' == $post->comment_status) : ?>
I'd like to remove the '$post->comment_status' part and replace it with basically nothing. (if open, then don't post comment status and continue).
Does anyone have any idea what I can place here to avoid parse errors?