1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/12060] Change @since in event docblocks

PHPBB3-12060
This commit is contained in:
Matt Friedman
2013-12-12 14:09:30 -08:00
parent 730a05bd30
commit 75831dc2d0
3 changed files with 7 additions and 7 deletions

View File

@@ -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-A3
* @since 3.1.0-A3
*/
$vars = array('sql_ary');
extract($phpbb_dispatcher->trigger_event('core.display_custom_bbcodes_modify_sql', compact($vars)));