From f0a5e546327b37c5b00dc05c87e8350c1b2c3562 Mon Sep 17 00:00:00 2001 From: LogMANOriginal Date: Thu, 27 Jun 2019 22:18:22 +0200 Subject: [PATCH] Updated The collectData function (markdown) --- The-collectData-function.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/The-collectData-function.md b/The-collectData-function.md index 1001fa4..41c8f82 100644 --- a/The-collectData-function.md +++ b/The-collectData-function.md @@ -28,7 +28,7 @@ The item array should provide as much information as possible for RSS-Bridge to ```PHP $item['uri'] // URI to reach the subject ("https://...") $item['title'] // Title of the item -$item['timestamp'] // Timestamp of the item in numeric format (use `strtotime()`) +$item['timestamp'] // Timestamp of the item in numeric or text format (compatible for strtotime()) $item['author'] // Name of the author for this item $item['content'] // Content in HTML format $item['enclosures'] // Array of URIs to an attachments (pictures, files, etc...)