Implements callback_filter_tips().

Provides help for the HTML escaping filter.

See also

filter_filter_info()

Related topics

1 string reference to '_filter_html_escape_tips'
filter_filter_info in modules/filter/filter.module
Implements hook_filter_info().

File

modules/filter/filter.module, line 1797
Framework for handling the filtering of content.

Code

function _filter_html_escape_tips($filter, $format, $long = FALSE) {
  return t('No HTML tags allowed.');
}