From de12db43e9d7dfc1708b52e99311db2dfb716c1d Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 18 Aug 2008 10:40:21 +0000 Subject: - Patch #272952 by NancyDru and chx: fixed documentation issue. --- modules/filter/filter.module | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules') 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 -- cgit v1.2.3