Added comment

This commit is contained in:
Michael 2021-04-30 06:11:13 +00:00
parent 75a90f5e5d
commit 3666742e7b
1 changed files with 1 additions and 0 deletions

View File

@ -2743,6 +2743,7 @@ class Item
$leading = '';
$trailing = '';
// @todo In the future we should make a single for the template engine with all media in it. This allows more flexibilty.
foreach ($attachments['visual'] as $attachment) {
if (self::containsLink($item['body'], $attachment['url'])) {
continue;