1
0
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:
Matt Friedman
2013-12-13 10:31:04 -08:00
parent 21e269b9ca
commit b26e4dd42c
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.0-A3
* @since 3.1.0-a3
*/
$vars = array('sql_ary');
extract($phpbb_dispatcher->trigger_event('core.display_custom_bbcodes_modify_sql', compact($vars)));