1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 03:54:10 +01:00
php-phpbb/tests/event/fixtures/extra_description.test
2014-04-18 12:55:12 +02:00

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