diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-08-18 10:40:21 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-08-18 10:40:21 +0000 |
commit | de12db43e9d7dfc1708b52e99311db2dfb716c1d (patch) | |
tree | feef22133b24103ef80bae317316fd03ceac6022 /modules | |
parent | fee4182cb92b723e5e6e989e258cf85847235074 (diff) | |
download | brdo-de12db43e9d7dfc1708b52e99311db2dfb716c1d.tar.gz brdo-de12db43e9d7dfc1708b52e99311db2dfb716c1d.tar.bz2 |
- Patch #272952 by NancyDru and chx: fixed documentation issue.
Diffstat (limited to 'modules')
-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 |