From 75831dc2d0bb79007db14d0c2a86cbb024d98a31 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Thu, 12 Dec 2013 14:09:30 -0800 Subject: [ticket/12060] Change @since in event docblocks PHPBB3-12060 --- phpBB/includes/functions_display.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes/functions_display.php') diff --git a/phpBB/includes/functions_display.php b/phpBB/includes/functions_display.php index 0525f8133c..5dac901b73 100644 --- a/phpBB/includes/functions_display.php +++ b/phpBB/includes/functions_display.php @@ -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))); -- cgit v1.2.1