aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkasimi <mail@kasimi.net>2018-07-08 20:04:26 +0200
committerkasimi <mail@kasimi.net>2018-07-08 20:04:26 +0200
commit1785b9eb47395abd24be64bacddcf28a5c7ff52b (patch)
treef4bc172d2c0b3865ee4f091f3ce48bbe41810ec1
parent02600626ccd56da24216dab816f55d592a3b73d8 (diff)
downloadforums-1785b9eb47395abd24be64bacddcf28a5c7ff52b.tar
forums-1785b9eb47395abd24be64bacddcf28a5c7ff52b.tar.gz
forums-1785b9eb47395abd24be64bacddcf28a5c7ff52b.tar.bz2
forums-1785b9eb47395abd24be64bacddcf28a5c7ff52b.tar.xz
forums-1785b9eb47395abd24be64bacddcf28a5c7ff52b.zip
[ticket/15590] Add events core.acp_bbcodes_(modify_create|delete)_after
PHPBB3-15590
-rw-r--r--phpBB/includes/acp/acp_bbcodes.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/acp/acp_bbcodes.php b/phpBB/includes/acp/acp_bbcodes.php
index de91c24b52..1f7374a07f 100644
--- a/phpBB/includes/acp/acp_bbcodes.php
+++ b/phpBB/includes/acp/acp_bbcodes.php
@@ -302,7 +302,7 @@ class acp_bbcodes
* @var string action Type of the action: modify|create
* @var int bbcode_id The id of the added or updated bbcode
* @var array sql_ary Array with bbcode data (read only)
- * @since 3.2.3-RC1
+ * @since 3.2.4-RC1
*/
$vars = array(
'action',
@@ -355,7 +355,7 @@ class acp_bbcodes
* @var string action Type of the action: delete
* @var int bbcode_id The id of the deleted bbcode
* @var string bbcode_tag The tag of the deleted bbcode
- * @since 3.2.3-RC1
+ * @since 3.2.4-RC1
*/
$vars = array(
'action',