mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 06:20:46 +02:00
[ticket/15471] Fix event documentation for core.prune_forums_settings_confirm
PHPBB3-15471
This commit is contained in:
@@ -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');
|
||||||
|
Reference in New Issue
Block a user