diff options
author | Jakub Senko <jakubsenko@gmail.com> | 2014-10-04 10:36:45 +0200 |
---|---|---|
committer | Jakub Senko <jakubsenko@gmail.com> | 2014-10-04 10:36:45 +0200 |
commit | 51ece03612b361dfdbeff76d419cfdfcbe9cfe8c (patch) | |
tree | cb85b004abeb3404f154c9ca4608d73d85c1e895 /phpBB/docs/events.md | |
parent | a0673f8e106394ac6942260d3e32723bdbdca796 (diff) | |
download | forums-51ece03612b361dfdbeff76d419cfdfcbe9cfe8c.tar forums-51ece03612b361dfdbeff76d419cfdfcbe9cfe8c.tar.gz forums-51ece03612b361dfdbeff76d419cfdfcbe9cfe8c.tar.bz2 forums-51ece03612b361dfdbeff76d419cfdfcbe9cfe8c.tar.xz forums-51ece03612b361dfdbeff76d419cfdfcbe9cfe8c.zip |
[ticket/13025] Make RC uppercase
PHPBB3-13025
Diffstat (limited to 'phpBB/docs/events.md')
-rw-r--r-- | phpBB/docs/events.md | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index e683768118..c51bc72160 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -1160,7 +1160,7 @@ viewforum_buttons_bottom_before * Locations: + styles/prosilver/template/viewforum_body.html + styles/subsilver2/template/viewforum_body.html -* Since: 3.1.0-rc5 +* Since: 3.1.0-RC5 * Purpose: Add buttons before New Topic button on the bottom of the topic's list viewforum_buttons_bottom_after @@ -1168,7 +1168,7 @@ viewforum_buttons_bottom_after * Locations: + styles/prosilver/template/viewforum_body.html + styles/subsilver2/template/viewforum_body.html -* Since: 3.1.0-rc5 +* Since: 3.1.0-RC5 * Purpose: Add buttons after New Topic button on the bottom of the topic's list viewforum_buttons_top_before @@ -1176,7 +1176,7 @@ viewforum_buttons_top_before * Locations: + styles/prosilver/template/viewforum_body.html + styles/subsilver2/template/viewforum_body.html -* Since: 3.1.0-rc5 +* Since: 3.1.0-RC5 * Purpose: Add buttons before New Topic button on the top of the topic's list viewforum_buttons_top_after @@ -1184,7 +1184,7 @@ viewforum_buttons_top_after * Locations: + styles/prosilver/template/viewforum_body.html + styles/subsilver2/template/viewforum_body.html -* Since: 3.1.0-rc5 +* Since: 3.1.0-RC5 * Purpose: Add buttons after New Topic button on the top of the topic's list viewtopic_buttons_bottom_before @@ -1192,7 +1192,7 @@ viewtopic_buttons_bottom_before * Locations: + styles/prosilver/template/viewtopic_body.html + styles/subsilver2/template/viewtopic_body.html -* Since: 3.1.0-rc5 +* Since: 3.1.0-RC5 * Purpose: Add buttons before Post Reply button on the bottom of the posts's list viewtopic_buttons_bottom_after @@ -1200,7 +1200,7 @@ viewtopic_buttons_bottom_after * Locations: + styles/prosilver/template/viewtopic_body.html + styles/subsilver2/template/viewtopic_body.html -* Since: 3.1.0-rc5 +* Since: 3.1.0-RC5 * Purpose: Add buttons after Post Reply button on the bottom of the posts's list viewtopic_buttons_top_before @@ -1208,7 +1208,7 @@ viewtopic_buttons_top_before * Locations: + styles/prosilver/template/viewtopic_body.html + styles/subsilver2/template/viewtopic_body.html -* Since: 3.1.0-rc5 +* Since: 3.1.0-RC5 * Purpose: Add buttons before Post Reply button on the top of the posts's list viewtopic_buttons_top_after @@ -1216,7 +1216,7 @@ viewtopic_buttons_top_after * Locations: + styles/prosilver/template/viewtopic_body.html + styles/subsilver2/template/viewtopic_body.html -* Since: 3.1.0-rc5 +* Since: 3.1.0-RC5 * Purpose: Add buttons after Post Reply button on the top of the posts's list viewforum_forum_name_append |