mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 03:54:10 +01:00
12 lines
179 B
Plaintext
12 lines
179 B
Plaintext
<?php
|
|
|
|
/**
|
|
* Description
|
|
*
|
|
* NOTE: This will not be exported
|
|
*
|
|
* @event extra_description.dispatch
|
|
* @since 3.1.0-b2
|
|
*/
|
|
$phpbb_dispatcher->dispatch('extra_description.dispatch');
|