mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 18:11:47 +02:00
[ticket/15590] Add events core.acp_bbcodes_(modify_create|delete)_after
PHPBB3-15590
This commit is contained in:
@@ -302,7 +302,7 @@ class acp_bbcodes
|
|||||||
* @var string action Type of the action: modify|create
|
* @var string action Type of the action: modify|create
|
||||||
* @var int bbcode_id The id of the added or updated bbcode
|
* @var int bbcode_id The id of the added or updated bbcode
|
||||||
* @var array sql_ary Array with bbcode data (read only)
|
* @var array sql_ary Array with bbcode data (read only)
|
||||||
* @since 3.2.3-RC1
|
* @since 3.2.4-RC1
|
||||||
*/
|
*/
|
||||||
$vars = array(
|
$vars = array(
|
||||||
'action',
|
'action',
|
||||||
@@ -355,7 +355,7 @@ class acp_bbcodes
|
|||||||
* @var string action Type of the action: delete
|
* @var string action Type of the action: delete
|
||||||
* @var int bbcode_id The id of the deleted bbcode
|
* @var int bbcode_id The id of the deleted bbcode
|
||||||
* @var string bbcode_tag The tag 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(
|
$vars = array(
|
||||||
'action',
|
'action',
|
||||||
|
Reference in New Issue
Block a user