diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-08-03 18:52:27 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-08-03 18:52:27 +0000 |
commit | 6f167edd7cb0501f9684eea45a906e5ce88c4d9f (patch) | |
tree | 3efb7d134f8cb20275d72da14b6173bbd23dff2f /modules/comment/comment.module | |
parent | bf3887ce6aba65171666e45a27a741ae796c82a5 (diff) | |
download | brdo-6f167edd7cb0501f9684eea45a906e5ce88c4d9f.tar.gz brdo-6f167edd7cb0501f9684eea45a906e5ce88c4d9f.tar.bz2 |
- Patch #187061 by Rob Loach: give feedback when a comment was posted.
Diffstat (limited to 'modules/comment/comment.module')
-rw-r--r-- | modules/comment/comment.module | 1 |
1 files changed, 1 insertions, 0 deletions
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'); } |