Human-readable list of allowed tags, for display in help texts.
function _field_filter_xss_display_allowed_tags() { return '<' . implode('> <', _field_filter_xss_allowed_tags()) . '>'; }