aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs/events.md
diff options
context:
space:
mode:
authorrxu <rxu@mail.ru>2019-03-31 12:44:33 +0700
committerrxu <rxu@mail.ru>2019-03-31 12:46:46 +0700
commit13ddfa5e52fc78b442a29396af928381eb335f39 (patch)
tree320e1dca0cd5a11a7b320268c8e544447778b83e /phpBB/docs/events.md
parentf07ce4f7b5895b7d3ce272dcc99528468f3dcefb (diff)
downloadforums-13ddfa5e52fc78b442a29396af928381eb335f39.tar
forums-13ddfa5e52fc78b442a29396af928381eb335f39.tar.gz
forums-13ddfa5e52fc78b442a29396af928381eb335f39.tar.bz2
forums-13ddfa5e52fc78b442a29396af928381eb335f39.tar.xz
forums-13ddfa5e52fc78b442a29396af928381eb335f39.zip
[ticket/15915] Fix events order in events.md. Use Twig syntax for all events.
PHPBB3-15915
Diffstat (limited to 'phpBB/docs/events.md')
-rw-r--r--phpBB/docs/events.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md
index 8dd14f045c..d97831ebbe 100644
--- a/phpBB/docs/events.md
+++ b/phpBB/docs/events.md
@@ -1700,13 +1700,6 @@ posting_attach_body_attach_row_after
* Since: 3.2.6-RC1
* Purpose: Add content after attachment row in the file list
-posting_attach_body_attach_row_before
-===
-* Locations:
- + styles/prosilver/template/posting_attach_body.html
-* Since: 3.2.6-RC1
-* Purpose: Add content before attachment row in the file list
-
posting_attach_body_attach_row_append
===
* Locations:
@@ -1714,12 +1707,12 @@ posting_attach_body_attach_row_append
* Since: 3.2.6-RC1
* Purpose: Add content appending the attachment row in the file list
-posting_attach_body_attach_row_prepend
+posting_attach_body_attach_row_before
===
* Locations:
+ styles/prosilver/template/posting_attach_body.html
* Since: 3.2.6-RC1
-* Purpose: Add content prepending attachment row in the file list
+* Purpose: Add content before attachment row in the file list
posting_attach_body_attach_row_controls_append
===
@@ -1735,6 +1728,13 @@ posting_attach_body_attach_row_controls_prepend
* Since: 3.2.2-RC1
* Purpose: Add content before attachment control elements
+posting_attach_body_attach_row_prepend
+===
+* Locations:
+ + styles/prosilver/template/posting_attach_body.html
+* Since: 3.2.6-RC1
+* Purpose: Add content prepending attachment row in the file list
+
posting_attach_body_file_list_after
===
* Locations: