mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[feature/php-events] Fix docs of core.display_custom_bbcodes
PHPBB3-9550
This commit is contained in:
parent
96f20160bc
commit
4f13b049f8
1 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue