aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/docs/events.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md
index cf967fe191..2e757d9aca 100644
--- a/phpBB/docs/events.md
+++ b/phpBB/docs/events.md
@@ -3,15 +3,15 @@ acp_forums_normal_settings_append
* Location: adm/style/acp_forums.html
* Purpose: Add settings to forums
-acp_main_notice_after
+acp_main_actions_append
===
* Location: adm/style/acp_main.html
-* Purpose: Add notices or other blocks in the ACP below other configuration notices
+* Purpose: Add actions to the ACP main page below the cache purge action
-acp_main_actions_append
+acp_main_notice_after
===
* Location: adm/style/acp_main.html
-* Purpose: Add actions to the ACP main page below the cache purge action
+* Purpose: Add notices or other blocks in the ACP below other configuration notices
acp_overall_footer_after
===