diff options
author | Matt Friedman <maf675@gmail.com> | 2013-12-04 16:32:47 -0800 |
---|---|---|
committer | Matt Friedman <maf675@gmail.com> | 2013-12-04 16:32:47 -0800 |
commit | 60a51eddd474b704f2b9bd3277f20578c69a32a1 (patch) | |
tree | 16ca19f325972e0e94abef893db3df8c18013707 /phpBB/docs | |
parent | b3a96f0a70b80cf3f132197a49b4e79d22132cbb (diff) | |
download | forums-60a51eddd474b704f2b9bd3277f20578c69a32a1.tar forums-60a51eddd474b704f2b9bd3277f20578c69a32a1.tar.gz forums-60a51eddd474b704f2b9bd3277f20578c69a32a1.tar.bz2 forums-60a51eddd474b704f2b9bd3277f20578c69a32a1.tar.xz forums-60a51eddd474b704f2b9bd3277f20578c69a32a1.zip |
[ticket/12060] Add template event acp_bbcodes_actions_prepend/append
PHPBB3-12060
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/events.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 9e17ddbdbf..f1637ced02 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -1,3 +1,15 @@ +acp_bbcodes_actions_append +=== +* Location: adm/style/acp_bbcodes.html +* Since: 3.1.0-a3 +* Purpose: Add actions to the BBCodes page, after edit/delete buttons + +acp_bbcodes_actions_prepend +=== +* Location: adm/style/acp_bbcodes.html +* Since: 3.1.0-a3 +* Purpose: Add actions to the BBCodes page, before edit/delete buttons + acp_bbcodes_edit_form_append === * Location: adm/style/acp_bbcodes.html |