Commit 134576 by dries

- Patch #272952 by NancyDru and chx: fixed documentation issue.

--- modules/filter/filter.module	2008/08/13 23:59:13	1.204.2.4
+++ modules/filter/filter.module	2008/08/18 10:40:32	1.204.2.5
@@ -953,8 +953,6 @@
  *   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
No votes yet