function _field_filter_xss_display_allowed_tags

_field_filter_xss_display_allowed_tags()

Human-readable list of allowed tags, for display in help texts.

Related topics

File

modules/field/field.module, line 770
Attach custom data fields to Drupal entities.

Code

function _field_filter_xss_display_allowed_tags() {
  return '<' . implode('> <', _field_filter_xss_allowed_tags()) . '>';
}

© 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!field!field.module/function/_field_filter_xss_display_allowed_tags/7.x