diff options
author | David King <imkingdavid@gmail.com> | 2013-11-02 12:39:32 -0700 |
---|---|---|
committer | David King <imkingdavid@gmail.com> | 2013-11-02 15:27:53 -0700 |
commit | 37aff2077a6e618b5a26db785080db428f56f258 (patch) | |
tree | 87d53aab74959bef6be995d4dae55bd7dd20ca5b | |
parent | 567d4dab99cbc270ae14001bc4f6110013fd7e31 (diff) | |
download | forums-37aff2077a6e618b5a26db785080db428f56f258.tar forums-37aff2077a6e618b5a26db785080db428f56f258.tar.gz forums-37aff2077a6e618b5a26db785080db428f56f258.tar.bz2 forums-37aff2077a6e618b5a26db785080db428f56f258.tar.xz forums-37aff2077a6e618b5a26db785080db428f56f258.zip |
[ticket/11972] Fix the sinces
PHPBB3-11972
-rw-r--r-- | phpBB/docs/events.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 67644e9bb7..23e63ed7e4 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -162,7 +162,7 @@ posting_editor_message_after * Locations: + styles/prosilver/template/posting_editor.html + styles/subsilver2/template/posting_body.html -* Since: 3.1.0-a1 +* Since: 3.1.0-a2 * Purpose: Add field (e.g. textbox) to the posting screen after the message posting_editor_message_before @@ -170,7 +170,7 @@ posting_editor_message_before * Locations: + styles/prosilver/template/posting_editor.html + styles/subsilver2/template/posting_body.html -* Since: 3.1.0-a1 +* Since: 3.1.0-a2 * Purpose: Add field (e.g. textbox) to the posting screen before the message posting_editor_options_prepend @@ -186,7 +186,7 @@ posting_editor_subject_after * Locations: + styles/prosilver/template/posting_editor.html + styles/subsilver2/template/posting_body.html -* Since: 3.1.0-a1 +* Since: 3.1.0-a2 * Purpose: Add field (e.g. textbox) to the posting screen after the subject posting_editor_subject_before @@ -194,7 +194,7 @@ posting_editor_subject_before * Locations: + styles/prosilver/template/posting_editor.html + styles/subsilver2/template/posting_body.html -* Since: 3.1.0-a1 +* Since: 3.1.0-a2 * Purpose: Add field (e.g. textbox) to the posting screen before the subject simple_footer_after |