mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/15471] Fix event documentation for core.prune_forums_settings_confirm
PHPBB3-15471
This commit is contained in:
parent
5b22ccfa76
commit
bf55546d2d
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ class acp_prune
|
||||||
* Use this event to pass data from the prune form to the confirmation screen
|
* Use this event to pass data from the prune form to the confirmation screen
|
||||||
*
|
*
|
||||||
* @event core.prune_forums_settings_confirm
|
* @event core.prune_forums_settings_confirm
|
||||||
* @var int[] hidden_fields The IDs of the topics to be deleted
|
* @var array hidden_fields Hidden fields that are passed through the confirm screen
|
||||||
* @since 3.2.2-RC1
|
* @since 3.2.2-RC1
|
||||||
*/
|
*/
|
||||||
$vars = array('hidden_fields');
|
$vars = array('hidden_fields');
|
||||||
|
|
Loading…
Add table
Reference in a new issue