mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/12060] Correctly label alpha versions in event docblocks
PHPBB3-12060
This commit is contained in:
@@ -940,7 +940,7 @@ function display_custom_bbcodes()
|
||||
*
|
||||
* @event core.display_custom_bbcodes_modify_sql
|
||||
* @var array sql_ary The SQL array to get the bbcode data
|
||||
* @since 3.1.0-A3
|
||||
* @since 3.1.0-a3
|
||||
*/
|
||||
$vars = array('sql_ary');
|
||||
extract($phpbb_dispatcher->trigger_event('core.display_custom_bbcodes_modify_sql', compact($vars)));
|
||||
|
Reference in New Issue
Block a user