diff options
author | PayBas <contact@paybas.com> | 2014-07-11 20:09:34 +0200 |
---|---|---|
committer | PayBas <contact@paybas.com> | 2014-08-07 18:08:50 +0200 |
commit | dda853b896efbb8f0b3e211e4cd2007694fa4179 (patch) | |
tree | adbd50ebc6d43ec6046188334a7ec1a655b2dbef | |
parent | e28abe0db2471a97756c338e22351d4e4dc3448b (diff) | |
download | forums-dda853b896efbb8f0b3e211e4cd2007694fa4179.tar forums-dda853b896efbb8f0b3e211e4cd2007694fa4179.tar.gz forums-dda853b896efbb8f0b3e211e4cd2007694fa4179.tar.bz2 forums-dda853b896efbb8f0b3e211e4cd2007694fa4179.tar.xz forums-dda853b896efbb8f0b3e211e4cd2007694fa4179.zip |
[ticket/12535] Update events.md to RC3
PHPBB3-12535
-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 36fe252a97..4f39e71c3c 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -883,14 +883,14 @@ ucp_pm_viewmessage_avatar_after === * Locations: + styles/prosilver/template/ucp_pm_viewmessage.html -* Since: 3.1.0-RC2 +* Since: 3.1.0-RC3 * Purpose: Add content right after the avatar when viewing a private message ucp_pm_viewmessage_avatar_before === * Locations: + styles/prosilver/template/ucp_pm_viewmessage.html -* Since: 3.1.0-RC2 +* Since: 3.1.0-RC3 * Purpose: Add content right before the avatar when viewing a private message ucp_pm_viewmessage_contact_fields_after @@ -1104,7 +1104,7 @@ viewtopic_body_avatar_after * Locations: + styles/prosilver/template/viewtopic_body.html + styles/subsilver2/template/viewtopic_body.html -* Since: 3.1.0-RC2 +* Since: 3.1.0-RC3 * Purpose: Add content right after the avatar when viewing topics viewtopic_body_avatar_before @@ -1112,7 +1112,7 @@ viewtopic_body_avatar_before * Locations: + styles/prosilver/template/viewtopic_body.html + styles/subsilver2/template/viewtopic_body.html -* Since: 3.1.0-RC2 +* Since: 3.1.0-RC3 * Purpose: Add content right before the avatar when viewing topics viewtopic_body_contact_fields_after |