function _filter_html_escape_tips

_filter_html_escape_tips($filter, $format, $long = FALSE)

Implements callback_filter_tips().

Provides help for the HTML escaping filter.

See also

filter_filter_info()

Related topics

File

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

Code

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

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!filter!filter.module/function/_filter_html_escape_tips/7.x