diff options
-rw-r--r-- | modules/filter/filter.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/filter/filter.module b/modules/filter/filter.module index a37bf91ee..ce769a5c8 100644 --- a/modules/filter/filter.module +++ b/modules/filter/filter.module @@ -968,7 +968,7 @@ function filter_filter($op, $delta = 0, $format = -1, $text = '') { case 'description': switch ($delta) { case 0: - return t('Allows you to restrict if users can post HTML and which tags to filter out.'); + return t('Allows you to restrict whether users can post HTML and which tags to filter out. It will also remove harmful content such as JavaScript events, JavaScript URLs and CSS styles from those tags that are not removed.'); case 1: return t('Converts line breaks into HTML (i.e. <br> and <p> tags).'); case 2: |