diff options
author | javiexin <javiexin@gmail.com> | 2016-12-08 12:16:07 +0100 |
---|---|---|
committer | javiexin <javiexin@gmail.com> | 2016-12-08 12:16:07 +0100 |
commit | 76ffd288fe5378410d0d811c48e096f42d27622f (patch) | |
tree | 462e9978f6ebad4a86c1eba97df33336b0f66cbf /phpBB | |
parent | 533d2b90b8bdb06a75d212c21809ac0ecf79e5b8 (diff) | |
download | forums-76ffd288fe5378410d0d811c48e096f42d27622f.tar forums-76ffd288fe5378410d0d811c48e096f42d27622f.tar.gz forums-76ffd288fe5378410d0d811c48e096f42d27622f.tar.bz2 forums-76ffd288fe5378410d0d811c48e096f42d27622f.tar.xz forums-76ffd288fe5378410d0d811c48e096f42d27622f.zip |
[ticket/14887] ACP profile step one lang specific event
PHPBB3-14887
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/adm/style/acp_profile.html | 1 | ||||
-rw-r--r-- | phpBB/docs/events.md | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/phpBB/adm/style/acp_profile.html b/phpBB/adm/style/acp_profile.html index 07718846cc..cebd2e9632 100644 --- a/phpBB/adm/style/acp_profile.html +++ b/phpBB/adm/style/acp_profile.html @@ -127,6 +127,7 @@ <!-- ENDIF --> </dl> <!-- ENDIF --> + <!-- EVENT acp_profile_step_one_lang_after --> </fieldset> <fieldset class="quick"> diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 0ebaf8f3e0..bc7a9655e2 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -369,6 +369,13 @@ acp_profile_contact_before * Since: 3.1.6-RC1 * Purpose: Add extra options to custom profile field configuration in the ACP +acp_profile_step_one_lang_after +=== +* Locations: + + adm/style/acp_profile.html +* Since: 3.1.11-RC1 +* Purpose: Add extra lang specific options to custom profile field step one configuration in the ACP + acp_prune_forums_append === * Locations: |