blob: e93a1044acc6a96ee698854791cd42b7bd1e142a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?php
/**
* Description
*
* NOTE: This will also be exported
*
* @event extra_description.dispatch
* @since 3.1.0-b2
*/
$phpbb_dispatcher->dispatch('extra_description.dispatch');
|