diff options
-rw-r--r-- | modules/filter/filter.module | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/filter/filter.module b/modules/filter/filter.module index 80555997f..4c9c0ee45 100644 --- a/modules/filter/filter.module +++ b/modules/filter/filter.module @@ -937,8 +937,6 @@ function filter_xss_admin($string) { * an XSS attack. * @param $allowed_tags * An array of allowed tags. - * @param $format - * The format to use. */ function filter_xss($string, $allowed_tags = array('a', 'em', 'strong', 'cite', 'code', 'ul', 'ol', 'li', 'dl', 'dt', 'dd')) { // Only operate on valid UTF-8 strings. This is necessary to prevent cross |