Viewing 2 replies - 1 through 2 (of 2 total)
  • same here

    I found a bug in code
    line 289 should be like this:
    $tag_list = array_unique(array_merge (self::$options_basic_tags , $allowed_tags));
    because you can not just add arrays with + sign as
    $tag_list = array_unique(self::$options_basic_tags + $allowed_tags);

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Does not save custom tag additions, like 'iframe'’ is closed to new replies.