From 6f167edd7cb0501f9684eea45a906e5ce88c4d9f Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 3 Aug 2008 18:52:27 +0000 Subject: - Patch #187061 by Rob Loach: give feedback when a comment was posted. --- modules/comment/comment.module | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/comment/comment.module') diff --git a/modules/comment/comment.module b/modules/comment/comment.module index 692f5d2df..32dc9898f 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -736,6 +736,7 @@ function comment_save($edit) { drupal_set_message(t('Your comment has been queued for moderation by site administrators and will be published after approval.')); } else { + drupal_set_message(t('Your comment has been posted.')); comment_invoke_comment($edit, 'publish'); } -- cgit v1.2.3