From 4d7d864315cd805f8bb2ed5469d0e18e1f5fdf60 Mon Sep 17 00:00:00 2001 From: LogMANOriginal Date: Wed, 16 Nov 2016 17:07:54 +0100 Subject: [PATCH] [BridgeAbstract] Update 'enclosure' to 'enclosures' (multiple enclosures are now supported) --- BridgeAbstract.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BridgeAbstract.md b/BridgeAbstract.md index d536923..1bf8991 100644 --- a/BridgeAbstract.md +++ b/BridgeAbstract.md @@ -148,7 +148,7 @@ $item['title'] // Title of the item $item['timestamp'] // Timestamp of the item in numeric format (use `strtotime`) $item['author'] // Name of the author $item['content'] // Content in HTML format -$item['enclosure'] // URI to an attachment (picture, file, etc...) +$item['enclosures'] // Array of URIs to an attachments (pictures, files, etc...) ``` ### Item usage @@ -167,7 +167,7 @@ Parameter | ATOM | HTML | (M)RSS `timestamp`|X|X|X `author`|X|X|X `content`|X|X|X -`enclosure`|X|X|X +`enclosures`|X|X|X ## The `getName` function