aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 8f751b5905..8e9e224262 100644
--- a/phpBB/docs/events.md
+++ b/phpBB/docs/events.md
@@ -297,15 +297,15 @@ forumlist_body_category_header_row_append
===
* Locations:
+ styles/prosilver/template/forumlist_body.html
-* Since: 3.1.4-RC1
-* Purpose: Add content before the header row of the category on the forum list.
+* Since: 3.1.5-RC1
+* Purpose: Add content after the header row of the category on the forum list.
forumlist_body_category_header_row_prepend
===
* Locations:
+ styles/prosilver/template/forumlist_body.html
-* Since: 3.1.4-RC1
-* Purpose: Add content after the header row of the category on the forum list.
+* Since: 3.1.5-RC1
+* Purpose: Add content before the header row of the category on the forum list.
forumlist_body_forum_row_after
===