[ticket/11271] Add docblock of feed_generate_content( )

PHPBB3-11271
This commit is contained in:
Dhruv 2013-12-27 00:38:42 +05:30
parent f7c764986f
commit a71625ca76

View file

@ -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)
{