From 3666742e7b1f1c64fb0632d2df799da11c763229 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 30 Apr 2021 06:11:13 +0000 Subject: [PATCH] Added comment --- src/Model/Item.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Model/Item.php b/src/Model/Item.php index d842f2284f..9d142facc0 100644 --- a/src/Model/Item.php +++ b/src/Model/Item.php @@ -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;