mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[feature/soft-delete] Fix docs of set_post_visibility()
PHPBB3-9567
This commit is contained in:
parent
01a78907bd
commit
7969cc7319
1 changed files with 3 additions and 0 deletions
|
@ -214,6 +214,9 @@ class phpbb_content_visibility
|
|||
* all posts of topic_id will be modified
|
||||
* @param $topic_id int Topic where $post_id is found
|
||||
* @param $forum_id int Forum where $topic_id is found
|
||||
* @param $user_id int User performing the action
|
||||
* @param $time int Timestamp when the action is performed
|
||||
* @param $reason string Reason why the visibilty was changed.
|
||||
* @param $is_starter bool Is this the first post of the topic changed?
|
||||
* @param $is_latest bool Is this the last post of the topic changed?
|
||||
* @param $limit_visibility mixed Limit updating per topic_id to a certain visibility
|
||||
|
|
Loading…
Add table
Reference in a new issue