_filter_html_escape_tips

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

Filter tips callback for HTML escaping filter.

Code

modules/filter/filter.module, line 1214

<?php
function _filter_html_escape_tips($filter, $format, $long = FALSE) {
  return t('No HTML tags allowed.');
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.