You are here

function feeds_tamper_strip_tags_validate in Feeds Tamper 6

Same name and namespace in other branches
  1. 7 plugins/strip_tags.inc \feeds_tamper_strip_tags_validate()
1 string reference to 'feeds_tamper_strip_tags_validate'
strip_tags.inc in plugins/strip_tags.inc

File

plugins/strip_tags.inc, line 29

Code

function feeds_tamper_strip_tags_validate(&$settings) {
  $settings['allowed_tags'] = trim($settings['allowed_tags']);
}