aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/docs/events.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md
index 8aad9a5c60..c1760c34d7 100644
--- a/phpBB/docs/events.md
+++ b/phpBB/docs/events.md
@@ -995,19 +995,19 @@ mcp_post_additional_options
* Since: 3.1.5-RC1
* Purpose: Add content within the list of post moderation actions
-mcp_post_text_before
+mcp_post_text_after
===
* Locations:
+ styles/prosilver/template/mcp_post.html
-* Since 3.2.6-RC1
-* Purpose: Add content before the post text
+* Since: 3.2.6-RC1
+* Purpose: Add content after the post text
-mcp_post_text_after
+mcp_post_text_before
===
* Locations:
+ styles/prosilver/template/mcp_post.html
-* Since: 3.2.6-RC1
-* Purpose: Add content after the post text
+* Since 3.2.6-RC1
+* Purpose: Add content before the post text
mcp_post_report_buttons_top_after
===