mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/11271] Add docblock of feed_generate_content( )
PHPBB3-11271
This commit is contained in:
parent
f7c764986f
commit
a71625ca76
1 changed files with 8 additions and 0 deletions
|
@ -275,6 +275,14 @@ function feed_format_date($time)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generate text content
|
* 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)
|
function feed_generate_content($content, $uid, $bitfield, $options, $forum_id, $post_attachments)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue