Needs work
Project:
Flag limit
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
5 Apr 2012 at 19:52 UTC
Updated:
31 Mar 2013 at 15:24 UTC
Jump to comment: Most recent file
Comments
Comment #1
danillonunes commentedHere is the patch for 7.x-1.x branch.
I'm not a native English speaker, so someone please review for grammar issues. :)
Comment #2
dnewkerk commentedReviewed the patch and corrected the wording. Thanks for adding this feature danillonunes.
I'm attaching a new version of the patch with the corrections.
Comment #3
minoroffense commentedThere's no means of removing dangerous input from the user in the messages. The message should be run through check_plain or at least filter_xss before being displayed.
I don't see anything in drupal_set_message which does this for you.