| Versionen | |
|---|---|
| drupal7 | _field_filter_xss_display_allowed_tags() |
Human-readable list of allowed tags, for display in help texts.
modules/
<?php
function _field_filter_xss_display_allowed_tags() {
return '<' . implode('> <', _field_filter_xss_allowed_tags()) . '>';
}
?>
Kommentare
Kommentar hinzufügen