From 8864c601a2ef1232d8d2315499e189a1c92ec37c Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Fri, 13 Dec 2013 13:34:58 -0800 Subject: [PATCH] [ticket/12060] Rename event from append to after in acp_bbcodes.html PHPBB3-12060 --- phpBB/adm/style/acp_bbcodes.html | 2 +- phpBB/docs/events.md | 2 +- 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 @@ - +
{L_SUBMIT} 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