mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/13146] Forced line feed on long line
PHPBB3-13146
This commit is contained in:
parent
9cbb9b4253
commit
6d3fca9a41
1 changed files with 2 additions and 1 deletions
|
@ -346,7 +346,8 @@ $topic_tracking_info = isset($topic_tracking_info) ? $topic_tracking_info : null
|
||||||
* @event core.viewtopic_before_f_read_check
|
* @event core.viewtopic_before_f_read_check
|
||||||
* @var int forum_id The forum id from where the topic belongs
|
* @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 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
|
* @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
|
* It includes posts information if post_id is not 0
|
||||||
* @var bool overrides_f_read_check Set true to remove f_read check afterwards
|
* @var bool overrides_f_read_check Set true to remove f_read check afterwards
|
||||||
|
|
Loading…
Add table
Reference in a new issue