8 calls to filter_xss() in Drupal 6
- aggregator_filter_xss in modules/
aggregator/ aggregator.module - Safely render HTML content, as allowed.
- dblog_overview in modules/
dblog/ dblog.admin.inc - Menu callback; displays a listing of log messages.
- drupal_error_handler in includes/
common.inc - Log errors as defined by administrator.
- drupal_html_to_text in includes/
mail.inc - Transform an HTML string into plain text, preserving the structure of the markup. Useful for preparing the body of a node to be sent by e-mail.
- filter_xss_admin in modules/
filter/ filter.module - Very permissive XSS/HTML filter for admin-only use.
- locale_string_is_safe in includes/
locale.inc - Check that a string is safe to be added or imported as a translation.
- node_revision_overview in modules/
node/ node.pages.inc - Generate an overview table of older revisions of a node.
- _filter_html in modules/
filter/ filter.module - HTML filter. Provides filtering of input into accepted HTML.