aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2013-12-13 13:34:58 -0800
committerMatt Friedman <maf675@gmail.com>2013-12-13 13:34:58 -0800
commit8864c601a2ef1232d8d2315499e189a1c92ec37c (patch)
treea52a08757f6352b1d40f735d3b8afa9db02e941f
parentb26e4dd42c434221acb488641a121e97307cb7dd (diff)
downloadforums-8864c601a2ef1232d8d2315499e189a1c92ec37c.tar
forums-8864c601a2ef1232d8d2315499e189a1c92ec37c.tar.gz
forums-8864c601a2ef1232d8d2315499e189a1c92ec37c.tar.bz2
forums-8864c601a2ef1232d8d2315499e189a1c92ec37c.tar.xz
forums-8864c601a2ef1232d8d2315499e189a1c92ec37c.zip
[ticket/12060] Rename event from append to after in acp_bbcodes.html
PHPBB3-12060
-rw-r--r--phpBB/adm/style/acp_bbcodes.html2
-rw-r--r--phpBB/docs/events.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_bbcodes.html b/phpBB/adm/style/acp_bbcodes.html
index 8da2afb011..4b48b94519 100644
--- a/phpBB/adm/style/acp_bbcodes.html
+++ b/phpBB/adm/style/acp_bbcodes.html
@@ -47,7 +47,7 @@
</dl>
</fieldset>
- <!-- EVENT acp_bbcodes_edit_form_append -->
+ <!-- EVENT acp_bbcodes_edit_fieldsets_after -->
<fieldset class="submit-buttons">
<legend>{L_SUBMIT}</legend>
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md
index ebca4b76f4..26efe6ed24 100644
--- a/phpBB/docs/events.md
+++ b/phpBB/docs/events.md
@@ -10,7 +10,7 @@ acp_bbcodes_actions_prepend
* Since: 3.1.0-a3
* Purpose: Add actions to the BBCodes page, before edit/delete buttons
-acp_bbcodes_edit_form_append
+acp_bbcodes_edit_fieldsets_after
===
* Location: adm/style/acp_bbcodes.html
* Since: 3.1.0-a3