diff options
author | Zoddo <zoddo.ino@gmail.com> | 2015-07-15 02:05:33 +0200 |
---|---|---|
committer | Zoddo <zoddo.ino@gmail.com> | 2015-07-15 02:05:33 +0200 |
commit | 92703127d3201d3e54ce34e9ac21f058e9f4187d (patch) | |
tree | 8297449ab4d54ba1435c20048ab0fca162b948de | |
parent | 3a62903fd10cfa0481fab61bbb587cad8ba1c666 (diff) | |
download | forums-92703127d3201d3e54ce34e9ac21f058e9f4187d.tar forums-92703127d3201d3e54ce34e9ac21f058e9f4187d.tar.gz forums-92703127d3201d3e54ce34e9ac21f058e9f4187d.tar.bz2 forums-92703127d3201d3e54ce34e9ac21f058e9f4187d.tar.xz forums-92703127d3201d3e54ce34e9ac21f058e9f4187d.zip |
[ticket/14013] Add documentation for acp_forums_custom_settings
PHPBB3-14013
-rw-r--r-- | phpBB/docs/events.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 46bd85a3bc..8ce559ee98 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -22,6 +22,12 @@ acp_email_options_after * Since: 3.1.2-RC1 * Purpose: Add settings to mass email form +acp_forums_custom_settings +=== +* Location: adm/style/acp_forums.html +* Since: 3.1.6-RC1 +* Purpose: Add its own box (fieldset) for extension settings + acp_forums_main_settings_append === * Location: adm/style/acp_forums.html |