diff options
author | Dark❶ <dark-1@users.noreply.github.com> | 2019-05-07 20:56:30 +0530 |
---|---|---|
committer | Dark❶ <dark-1@users.noreply.github.com> | 2019-05-07 20:56:30 +0530 |
commit | fd0d9e99673b4a7a44b19a022d8ef915b874daa1 (patch) | |
tree | 4e3f548bb17a26679ee7dd1885476fc32d81ca38 /phpBB/docs | |
parent | 37e3e9711cd079cc577887e9565b13107f063b41 (diff) | |
download | forums-fd0d9e99673b4a7a44b19a022d8ef915b874daa1.tar forums-fd0d9e99673b4a7a44b19a022d8ef915b874daa1.tar.gz forums-fd0d9e99673b4a7a44b19a022d8ef915b874daa1.tar.bz2 forums-fd0d9e99673b4a7a44b19a022d8ef915b874daa1.tar.xz forums-fd0d9e99673b4a7a44b19a022d8ef915b874daa1.zip |
[ticket/16025] Add 2 template events *_author_username_{append/prepend}
PHPBB3-16025
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/events.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 12927c1976..c77691a048 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -1914,14 +1914,14 @@ posting_review_row_post_author_username_append === * Locations: + styles/prosilver/template/posting_review.html -* Since: 3.2.6 +* Since: 3.2.8-RC1 * Purpose: Append information to post author username of member posting_review_row_post_author_username_prepend === * Locations: + styles/prosilver/template/posting_review.html -* Since: 3.2.6 +* Since: 3.2.8-RC1 * Purpose: Prepend information to post author username of member posting_topic_review_row_content_after @@ -1935,14 +1935,14 @@ posting_topic_review_row_post_author_username_append === * Locations: + styles/prosilver/template/posting_topic_review.html -* Since: 3.2.6 +* Since: 3.2.8-RC1 * Purpose: Append information to post author username of member posting_topic_review_row_post_author_username_prepend === * Locations: + styles/prosilver/template/posting_topic_review.html -* Since: 3.2.6 +* Since: 3.2.8-RC1 * Purpose: Prepend information to post author username of member posting_topic_review_row_post_details_after @@ -2396,14 +2396,14 @@ ucp_pm_history_row_message_author_username_append === * Locations: + styles/prosilver/template/ucp_pm_history.html -* Since: 3.2.6 +* Since: 3.2.8-RC1 * Purpose: Append information to message author username of member ucp_pm_history_row_message_author_username_prepend === * Locations: + styles/prosilver/template/ucp_pm_history.html -* Since: 3.2.6 +* Since: 3.2.8-RC1 * Purpose: Prepend information to message author username of member ucp_pm_viewmessage_avatar_after |