diff options
| author | David King <imkingdavid@gmail.com> | 2013-11-02 12:37:17 -0700 |
|---|---|---|
| committer | David King <imkingdavid@gmail.com> | 2013-11-02 15:27:53 -0700 |
| commit | 567d4dab99cbc270ae14001bc4f6110013fd7e31 (patch) | |
| tree | bbe5f33e3ba9df7c03193c37f7ad206c14ee688f /phpBB/docs | |
| parent | 835900123e2b6a16288cb6eb635716326dd523c0 (diff) | |
| download | forums-567d4dab99cbc270ae14001bc4f6110013fd7e31.tar forums-567d4dab99cbc270ae14001bc4f6110013fd7e31.tar.gz forums-567d4dab99cbc270ae14001bc4f6110013fd7e31.tar.bz2 forums-567d4dab99cbc270ae14001bc4f6110013fd7e31.tar.xz forums-567d4dab99cbc270ae14001bc4f6110013fd7e31.zip | |
[ticket/11972] Add the sinces
PHPBB3-11972
Diffstat (limited to 'phpBB/docs')
| -rw-r--r-- | phpBB/docs/events.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 73a058b69c..67644e9bb7 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -162,6 +162,7 @@ posting_editor_message_after * Locations: + styles/prosilver/template/posting_editor.html + styles/subsilver2/template/posting_body.html +* Since: 3.1.0-a1 * Purpose: Add field (e.g. textbox) to the posting screen after the message posting_editor_message_before @@ -169,6 +170,7 @@ posting_editor_message_before * Locations: + styles/prosilver/template/posting_editor.html + styles/subsilver2/template/posting_body.html +* Since: 3.1.0-a1 * Purpose: Add field (e.g. textbox) to the posting screen before the message posting_editor_options_prepend @@ -176,6 +178,7 @@ posting_editor_options_prepend * Locations: + styles/prosilver/template/posting_editor.html + styles/subsilver2/template/posting_body.html +* Since: 3.1.0-a1 * Purpose: Add posting options on the posting screen posting_editor_subject_after @@ -183,6 +186,7 @@ posting_editor_subject_after * Locations: + styles/prosilver/template/posting_editor.html + styles/subsilver2/template/posting_body.html +* Since: 3.1.0-a1 * Purpose: Add field (e.g. textbox) to the posting screen after the subject posting_editor_subject_before @@ -190,6 +194,7 @@ posting_editor_subject_before * Locations: + styles/prosilver/template/posting_editor.html + styles/subsilver2/template/posting_body.html +* Since: 3.1.0-a1 * Purpose: Add field (e.g. textbox) to the posting screen before the subject simple_footer_after |
