Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
6f167edd
Commit
6f167edd
authored
Aug 03, 2008
by
Dries
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Patch
#187061
by Rob Loach: give feedback when a comment was posted.
parent
bf3887ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
modules/comment/comment.module
modules/comment/comment.module
+1
-0
No files found.
modules/comment/comment.module
View file @
6f167edd
...
...
@@ -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'
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment