From a71625ca76344098a6e207928b839de576cdabb6 Mon Sep 17 00:00:00 2001 From: Dhruv Date: Fri, 27 Dec 2013 00:38:42 +0530 Subject: [PATCH] [ticket/11271] Add docblock of feed_generate_content( ) PHPBB3-11271 --- phpBB/feed.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/phpBB/feed.php b/phpBB/feed.php index a3528ddd71..ccc1c6ec1e 100644 --- a/phpBB/feed.php +++ b/phpBB/feed.php @@ -275,6 +275,14 @@ function feed_format_date($time) /** * Generate text content +* +* @param string $content is feed text content +* @param string $uid is bbcode_uid +* @param string $bitfield is bbcode bitfield +* @param int $options bbcode flag options +* @param int $forum_id is the forum id +* @param array $post_attachments is an array containing the attachments and their respective info +* @return string the html content to be printed for the feed **/ function feed_generate_content($content, $uid, $bitfield, $options, $forum_id, $post_attachments) {