diff options
author | JoshyPHP <s9e.dev@gmail.com> | 2015-06-20 17:18:46 +0200 |
---|---|---|
committer | JoshyPHP <s9e.dev@gmail.com> | 2015-06-25 03:11:58 +0200 |
commit | c934b8f150c81115062687e59988ca0f78b35c37 (patch) | |
tree | 24063ea54fa0b543213decf4d5177974befd6eb7 /phpBB/phpbb/textformatter | |
parent | f02cc27014c27acaf44b27066959426db27b3493 (diff) | |
download | forums-c934b8f150c81115062687e59988ca0f78b35c37.tar forums-c934b8f150c81115062687e59988ca0f78b35c37.tar.gz forums-c934b8f150c81115062687e59988ca0f78b35c37.tar.bz2 forums-c934b8f150c81115062687e59988ca0f78b35c37.tar.xz forums-c934b8f150c81115062687e59988ca0f78b35c37.zip |
[ticket/10620] Updated docblock
PHPBB3-10620
Diffstat (limited to 'phpBB/phpbb/textformatter')
-rw-r--r-- | phpBB/phpbb/textformatter/utils_interface.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/phpBB/phpbb/textformatter/utils_interface.php b/phpBB/phpbb/textformatter/utils_interface.php index 41a6ba2345..4810453cd1 100644 --- a/phpBB/phpbb/textformatter/utils_interface.php +++ b/phpBB/phpbb/textformatter/utils_interface.php @@ -32,7 +32,10 @@ interface utils_interface * Create a quote block for given text * * 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 array $attributes Quote's attributes |