mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/10620] Updated docblock
PHPBB3-10620
This commit is contained in:
parent
f02cc27014
commit
c934b8f150
1 changed files with 4 additions and 1 deletions
|
@ -32,7 +32,10 @@ interface utils_interface
|
||||||
* Create a quote block for given text
|
* Create a quote block for given text
|
||||||
*
|
*
|
||||||
* Possible attributes:
|
* Possible attributes:
|
||||||
* - author
|
* - author: author's name (usually a username)
|
||||||
|
* - post_id: post_id of the post being quoted
|
||||||
|
* - user_id: user_id of the user being quoted
|
||||||
|
* - time: timestamp of the original message
|
||||||
*
|
*
|
||||||
* @param string $text Quote's text
|
* @param string $text Quote's text
|
||||||
* @param array $attributes Quote's attributes
|
* @param array $attributes Quote's attributes
|
||||||
|
|
Loading…
Add table
Reference in a new issue