diff --git a/The-collectData-function.md b/The-collectData-function.md index e8a0a4f..1001fa4 100644 --- a/The-collectData-function.md +++ b/The-collectData-function.md @@ -33,15 +33,6 @@ $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...) $item['categories'] // Array of categories / tags / topics +$item['uid'] // A unique ID to identify the current item ``` -All formats support these parameters. The formats `Plaintext` and `JSON` also support custom parameters. - -Parameter | Atom | HTML | (M)RSS | Plaintext | JSON -----------|:----:|:----:|:------:|:---------:|:---: -`uri`|X|X|X|X|X -`title`|X|X|X|X|X -`timestamp`|X|X|X|X|X -`author`|X|X|X|X|X -`content`|X|X|X|X|X -`enclosures`|X|X|X|X|X -`categories`|X|X|X|X|X \ No newline at end of file +All formats support these parameters. The formats `Plaintext` and `JSON` also support custom parameters. \ No newline at end of file