Skip to content

Commit

Permalink
Latest TagFilter.
Browse files Browse the repository at this point in the history
  • Loading branch information
cubiclesoft committed Jan 13, 2018
1 parent 49cb86e commit 871ad77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/tag_filter.php
Expand Up @@ -1486,7 +1486,7 @@ public function Implode($id, $options = array())
case "content":
case "comment":
{
if (isset($types["element"]) || !isset($options["no_content_elements"][$this->nodes[$this->nodes[$id]["parent"]]["tag"]])) $result .= $this->nodes[$id]["text"];
if (isset($types["element"]) || !isset($this->nodes[$this->nodes[$id]["parent"]]["tag"]) || !isset($options["no_content_elements"][$this->nodes[$this->nodes[$id]["parent"]]["tag"]])) $result .= $this->nodes[$id]["text"];

break;
}
Expand Down

0 comments on commit 871ad77

Please sign in to comment.