aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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