enable manual filters to work on complete html content
This commit is contained in:
parent
d9f3f57b05
commit
4021d61ada
1 changed files with 1 additions and 1 deletions
|
@ -870,7 +870,7 @@
|
|||
/* Collect article tags here so we could filter by them: */
|
||||
|
||||
$article_filters = get_article_filters($filters, $entry_title,
|
||||
strip_tags($entry_content), $entry_link, $entry_timestamp, $entry_author,
|
||||
$entry_content, $entry_link, $entry_timestamp, $entry_author,
|
||||
$entry_tags);
|
||||
|
||||
if ($debug_enabled) {
|
||||
|
|
Loading…
Reference in a new issue