1
0
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:
Joas Schilling 2012-07-30 16:35:01 +02:00
parent 96f20160bc
commit 4f13b049f8

View File

@ -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');
}