mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
[ticket/10620] Updated docblock
PHPBB3-10620
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user