mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-22 09:58:53 +00:00
11 lines
179 B
Text
11 lines
179 B
Text
<?php
|
|
|
|
/**
|
|
* Description
|
|
*
|
|
* NOTE: This will not be exported
|
|
*
|
|
* @event extra_description.dispatch
|
|
* @since 3.1.0-b2
|
|
*/
|
|
$phpbb_dispatcher->dispatch('extra_description.dispatch');
|