diff options
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/events.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 1c0e8a2de2..1e68953540 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -1219,6 +1219,14 @@ posting_poll_body_options_after * Since: 3.1.4-RC1 * Purpose: Add content after the poll options on creating a poll +posting_preview_poll_after +=== +* Locations: + + styles/prosilver/template/posting_preview.html + + styles/subsilver2/template/posting_preview.html +* Since: 3.1.6-RC1 +* Purpose: Add content after the poll preview block + posting_topic_title_before === * Locations: |