1 filter.module | _filter_html_escape_tips($filter, $format, $long = FALSE) |
Implements callback_filter_tips().
Provides help for the HTML escaping filter.
See also
Related topics
File
- core/
modules/ filter/ filter.module, line 2580 - Framework for handling the filtering of content.
Code
function _filter_html_escape_tips($filter, $format, $long = FALSE) {
return t('No HTML tags allowed.');
}