mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/13540] Updated @since version to 3.4.1-RC1, fixed @var indentations
PHPBB3-13540
This commit is contained in:
parent
40798ae616
commit
a35fbdb3e9
1 changed files with 4 additions and 4 deletions
|
@ -1205,12 +1205,12 @@ function topic_review($topic_id, $forum_id, $mode = 'topic_review', $cur_post_id
|
||||||
*
|
*
|
||||||
* @event core.topic_review_modify_row
|
* @event core.topic_review_modify_row
|
||||||
* @var string mode The review mode
|
* @var string mode The review mode
|
||||||
* @var int topic_id The topic that is being reviewed
|
* @var int topic_id The topic that is being reviewed
|
||||||
* @var int forum_id The topic's forum
|
* @var int forum_id The topic's forum
|
||||||
* @var int cur_post_id Post offset id
|
* @var int cur_post_id Post offset id
|
||||||
* @var int current_row_number Number of the current row being iterated
|
* @var int current_row_number Number of the current row being iterated
|
||||||
* @var array post_row Template block array of the current post
|
* @var array post_row Template block array of the current post
|
||||||
* @since 3.1.4
|
* @since 3.1.4-RC1
|
||||||
*/
|
*/
|
||||||
$vars = array(
|
$vars = array(
|
||||||
'mode',
|
'mode',
|
||||||
|
|
Loading…
Add table
Reference in a new issue