diff options
| -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 619ba06c5f..75a773e906 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -381,6 +381,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: | 
