mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-05 23:25:30 +02:00
[feature/php-events] Fix docs of core.display_custom_bbcodes
PHPBB3-9550
This commit is contained in:
parent
96f20160bc
commit
4f13b049f8
@ -931,6 +931,12 @@ function display_custom_bbcodes()
|
||||
}
|
||||
$db->sql_freeresult($result);
|
||||
|
||||
/**
|
||||
* Display custom bbcodes
|
||||
*
|
||||
* @event core.display_custom_bbcodes
|
||||
* @since 3.1-A1
|
||||
*/
|
||||
$phpbb_dispatcher->dispatch('core.display_custom_bbcodes');
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user