aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewtopic.php
diff options
context:
space:
mode:
authorbrunoais <brunoaiss@gmail.com>2015-01-06 12:37:53 +0000
committerbrunoais <brunoaiss@gmail.com>2015-01-10 17:08:45 +0000
commit6d3fca9a41c6868211714b3f4d5e2236ef95ebb0 (patch)
tree59c54c4b4796594c61fd79db2bf0054c0280c899 /phpBB/viewtopic.php
parent9cbb9b42538f046368b9516a610a17449334d244 (diff)
downloadforums-6d3fca9a41c6868211714b3f4d5e2236ef95ebb0.tar
forums-6d3fca9a41c6868211714b3f4d5e2236ef95ebb0.tar.gz
forums-6d3fca9a41c6868211714b3f4d5e2236ef95ebb0.tar.bz2
forums-6d3fca9a41c6868211714b3f4d5e2236ef95ebb0.tar.xz
forums-6d3fca9a41c6868211714b3f4d5e2236ef95ebb0.zip
[ticket/13146] Forced line feed on long line
PHPBB3-13146
Diffstat (limited to 'phpBB/viewtopic.php')
-rw-r--r--phpBB/viewtopic.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php
index 90918228a5..20861434bd 100644
--- a/phpBB/viewtopic.php
+++ b/phpBB/viewtopic.php
@@ -346,7 +346,8 @@ $topic_tracking_info = isset($topic_tracking_info) ? $topic_tracking_info : null
* @event core.viewtopic_before_f_read_check
* @var int forum_id The forum id from where the topic belongs
* @var int topic_id The id of the topic the user tries to access
-* @var int post_id The id of the post the user tries to start viewing at. It may be 0 for none given.
+* @var int post_id The id of the post the user tries to start viewing at.
+* It may be 0 for none given.
* @var array topic_data All the information from the topic and forum tables for this topic
* It includes posts information if post_id is not 0
* @var bool overrides_f_read_check Set true to remove f_read check afterwards