diff options
author | Matt Friedman <maf675@gmail.com> | 2016-09-14 10:37:27 -0700 |
---|---|---|
committer | Matt Friedman <maf675@gmail.com> | 2016-09-14 10:37:27 -0700 |
commit | 5503c09cd5301a64da0ad9d40f6a4fa11967e931 (patch) | |
tree | b3c07e2fcbc2688577bafa95ffe58121ae6b83ee /phpBB/docs | |
parent | 65921a78915e0c9bf494e8c780681522644abf7d (diff) | |
download | forums-5503c09cd5301a64da0ad9d40f6a4fa11967e931.tar forums-5503c09cd5301a64da0ad9d40f6a4fa11967e931.tar.gz forums-5503c09cd5301a64da0ad9d40f6a4fa11967e931.tar.bz2 forums-5503c09cd5301a64da0ad9d40f6a4fa11967e931.tar.xz forums-5503c09cd5301a64da0ad9d40f6a4fa11967e931.zip |
[ticket/14783] Add template event before custom BBCodes in ACP
PHPBB3-14783
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/events.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index c27455aeff..a08666415e 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -343,6 +343,13 @@ acp_posting_buttons_before * Since: 3.1.0-b4 * Purpose: Add content before BBCode posting buttons in the ACP +acp_posting_buttons_custom_tags_before +=== +* Locations: + + adm/style/acp_posting_buttons.html +* Since: 3.1.10-RC1 +* Purpose: Add content before the custom BBCodes in the ACP + acp_profile_contact_before === * Locations: |