diff --git a/classes/feeds.php b/classes/feeds.php index 874f76788..9aa75bbe8 100644 --- a/classes/feeds.php +++ b/classes/feeds.php @@ -561,6 +561,13 @@ class Feeds extends Handler_Protected { $reply['content'] .= ""; + if ($highlight_words && count($highlight_words > 0)) { + foreach ($highlight_words as $word) { + $line["title"] = preg_replace("/(\Q$word\E)/i", + "$1", $line["title"]); + } + } + $reply['content'] .= "