On my wordpress blog it doesn't show this message. When a user comments it just shows nothing but on the backend the comment has been stored for moderation. How can I show the message "Your comment is waiting for moderation"? Thanks
You need to edit a file called "comments.php". <?php if ($comment->comment_approved == '0') : ?><em><?php _e(' | Your comment is awaiting moderation.','relaxation') ?></em><?php endif; ?>