aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs/events.md
diff options
context:
space:
mode:
authormrgoldy <gijsmartens1@gmail.com>2018-12-04 03:22:20 +0100
committermrgoldy <gijsmartens1@gmail.com>2018-12-04 03:22:20 +0100
commitfe382708f5d8dae6a49d5032d874bdfc6b26a2f2 (patch)
treec7744ec29e846ac547030a5d4c52b1c6bfc08169 /phpBB/docs/events.md
parent4554376ac85f09bce3815fb2af6f7665a6ebb5b2 (diff)
downloadforums-fe382708f5d8dae6a49d5032d874bdfc6b26a2f2.tar
forums-fe382708f5d8dae6a49d5032d874bdfc6b26a2f2.tar.gz
forums-fe382708f5d8dae6a49d5032d874bdfc6b26a2f2.tar.bz2
forums-fe382708f5d8dae6a49d5032d874bdfc6b26a2f2.tar.xz
forums-fe382708f5d8dae6a49d5032d874bdfc6b26a2f2.zip
[ticket/15901] Alphabetical order
PHPBB3-15901
Diffstat (limited to 'phpBB/docs/events.md')
-rw-r--r--phpBB/docs/events.md24
1 files changed, 12 insertions, 12 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md
index e587b0d39a..8b38d554a3 100644
--- a/phpBB/docs/events.md
+++ b/phpBB/docs/events.md
@@ -995,33 +995,33 @@ mcp_post_additional_options
* Since: 3.1.5-RC1
* Purpose: Add content within the list of post moderation actions
-mcp_post_text_after
+mcp_post_report_buttons_top_after
===
* Locations:
+ styles/prosilver/template/mcp_post.html
-* Since: 3.2.6-RC1
-* Purpose: Add content after the post text
+* Since: 3.2.4-RC1
+* Purpose: Add content after report buttons
-mcp_post_text_before
+mcp_post_report_buttons_top_before
===
* Locations:
+ styles/prosilver/template/mcp_post.html
-* Since: 3.2.6-RC1
-* Purpose: Add content before the post text
+* Since: 3.2.4-RC1
+* Purpose: Add content before report buttons
-mcp_post_report_buttons_top_after
+mcp_post_text_after
===
* Locations:
+ styles/prosilver/template/mcp_post.html
-* Since: 3.2.4-RC1
-* Purpose: Add content after report buttons
+* Since: 3.2.6-RC1
+* Purpose: Add content after the post text
-mcp_post_report_buttons_top_before
+mcp_post_text_before
===
* Locations:
+ styles/prosilver/template/mcp_post.html
-* Since: 3.2.4-RC1
-* Purpose: Add content before report buttons
+* Since: 3.2.6-RC1
+* Purpose: Add content before the post text
mcp_topic_options_after
===