aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_posting.php
diff options
context:
space:
mode:
authorkasimi <kasimi@inbox.ru>2015-01-24 12:23:10 +0100
committerkasimi <kasimi@inbox.ru>2015-01-24 12:23:10 +0100
commita35fbdb3e94393b9a4cc9bc8e2b11e6a9c4f5224 (patch)
treea16deb6de729cfdc244868df549c781fba204c95 /phpBB/includes/functions_posting.php
parent40798ae616f7c90fead96e10c4f4f9db84d2b6b4 (diff)
downloadforums-a35fbdb3e94393b9a4cc9bc8e2b11e6a9c4f5224.tar
forums-a35fbdb3e94393b9a4cc9bc8e2b11e6a9c4f5224.tar.gz
forums-a35fbdb3e94393b9a4cc9bc8e2b11e6a9c4f5224.tar.bz2
forums-a35fbdb3e94393b9a4cc9bc8e2b11e6a9c4f5224.tar.xz
forums-a35fbdb3e94393b9a4cc9bc8e2b11e6a9c4f5224.zip
[ticket/13540] Updated @since version to 3.4.1-RC1, fixed @var indentations
PHPBB3-13540
Diffstat (limited to 'phpBB/includes/functions_posting.php')
-rw-r--r--phpBB/includes/functions_posting.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/includes/functions_posting.php b/phpBB/includes/functions_posting.php
index eb49a293f6..9ab71815c5 100644
--- a/phpBB/includes/functions_posting.php
+++ b/phpBB/includes/functions_posting.php
@@ -1205,12 +1205,12 @@ function topic_review($topic_id, $forum_id, $mode = 'topic_review', $cur_post_id
*
* @event core.topic_review_modify_row
* @var string mode The review mode
- * @var int topic_id The topic that is being reviewed
- * @var int forum_id The topic's forum
- * @var int cur_post_id Post offset id
+ * @var int topic_id The topic that is being reviewed
+ * @var int forum_id The topic's forum
+ * @var int cur_post_id Post offset id
* @var int current_row_number Number of the current row being iterated
* @var array post_row Template block array of the current post
- * @since 3.1.4
+ * @since 3.1.4-RC1
*/
$vars = array(
'mode',