diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2018-10-13 15:52:36 -0700 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2018-10-13 15:52:36 -0700 |
| commit | 5c3dd124c4e28889d9c1510182f3a5b84f7bc838 (patch) | |
| tree | 498faa4627ff5769fa51b56aa16208b06f2135c3 /phpBB/docs | |
| parent | e27da4a025ead2e47060eb5690d87dc8d2241df6 (diff) | |
| parent | d48ffde25d66c47186d89e9556a3b29e2c2390d0 (diff) | |
| download | forums-5c3dd124c4e28889d9c1510182f3a5b84f7bc838.tar forums-5c3dd124c4e28889d9c1510182f3a5b84f7bc838.tar.gz forums-5c3dd124c4e28889d9c1510182f3a5b84f7bc838.tar.bz2 forums-5c3dd124c4e28889d9c1510182f3a5b84f7bc838.tar.xz forums-5c3dd124c4e28889d9c1510182f3a5b84f7bc838.zip | |
Merge pull request #5371 from senky/ticket/15792
[ticket/15792] Add confirm_delete_body_delete_reason_before
Diffstat (limited to 'phpBB/docs')
| -rw-r--r-- | phpBB/docs/events.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 6672353296..28f9e82a69 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -652,6 +652,13 @@ attachment_file_prepend * Since: 3.1.6-RC1 * Purpose: Add custom attachment types displaying to the top of attachment block. +confirm_delete_body_delete_reason_before +=== +* Locations: + + styles/prosilver/template/confirm_delete_body.html +* Since: 3.2.4-RC1 +* Purpose: Add custom text to the confirmation of a post that is deleted. + forumlist_body_category_header_after === * Locations: |
