diff options
author | Tristan Darricau <github@nicofuma.fr> | 2016-12-11 20:43:37 +0100 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2016-12-11 20:43:37 +0100 |
commit | 8eda17f430a797b98b7448290d05910a9bbf580e (patch) | |
tree | b8a74e371e04302d968ff8b8811bc4407d4ff00b /phpBB | |
parent | 230e737790cb8f6ecd35dcb88c86ce3e60a587b8 (diff) | |
parent | 76ffd288fe5378410d0d811c48e096f42d27622f (diff) | |
download | forums-8eda17f430a797b98b7448290d05910a9bbf580e.tar forums-8eda17f430a797b98b7448290d05910a9bbf580e.tar.gz forums-8eda17f430a797b98b7448290d05910a9bbf580e.tar.bz2 forums-8eda17f430a797b98b7448290d05910a9bbf580e.tar.xz forums-8eda17f430a797b98b7448290d05910a9bbf580e.zip |
Merge pull request #4567 from javiexin/ticket/14887
[ticket/14887] ACP profile step one lang specific event
* javiexin/ticket/14887:
[ticket/14887] ACP profile step one lang specific event
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: |