function _field_filter_xss_allowed_tags

_field_filter_xss_allowed_tags()

List of tags allowed by field_filter_xss().

Related topics

File

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

Code

function _field_filter_xss_allowed_tags() {
  return array('a', 'b', 'big', 'code', 'del', 'em', 'i', 'ins', 'pre', 'q', 'small', 'span', 'strong', 'sub', 'sup', 'tt', 'ol', 'ul', 'li', 'p', 'br', 'img');
}

© 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_allowed_tags/7.x