mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/16789] Update user_delete() doc-block
PHPBB3-16789
This commit is contained in:
parent
11083e59ed
commit
6a95f34d0c
1 changed files with 1 additions and 1 deletions
|
@ -774,7 +774,7 @@ function user_delete($mode, $user_ids, $retain_username = true)
|
|||
* Event after the user(s) delete action has been performed
|
||||
*
|
||||
* @event core.delete_user_after
|
||||
* @var string mode Mode of posts deletion (retain|delete)
|
||||
* @var string mode Mode of posts deletion (retain|remove)
|
||||
* @var array user_ids ID(s) of the deleted user(s)
|
||||
* @var bool retain_username True if username should be retained, false otherwise
|
||||
* @var array user_rows Array containing data of the deleted user(s)
|
||||
|
|
Loading…
Add table
Reference in a new issue