| Versions | |
|---|---|
| 7 | _field_filter_xss_display_allowed_tags() |
Human-readable list of allowed tags, for display in help texts.
drupal/
<?php
function _field_filter_xss_display_allowed_tags() {
return '<' . implode('> <', _field_filter_xss_allowed_tags()) . '>';
}
?>