diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2017-12-27 20:44:40 +0100 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2017-12-27 20:44:40 +0100 |
| commit | d1f10d54fcbce175a4ac61681078e9fdd3b9fc69 (patch) | |
| tree | fd51d65d0d4678ef9e4c86bd5e15f0910447a3dc /phpBB/docs | |
| parent | bdda36798bcb6190bed606cf80859a51e8c3f22b (diff) | |
| parent | bf55546d2d1481e909b918ed6cfef16e8ebc2afa (diff) | |
| download | forums-d1f10d54fcbce175a4ac61681078e9fdd3b9fc69.tar forums-d1f10d54fcbce175a4ac61681078e9fdd3b9fc69.tar.gz forums-d1f10d54fcbce175a4ac61681078e9fdd3b9fc69.tar.bz2 forums-d1f10d54fcbce175a4ac61681078e9fdd3b9fc69.tar.xz forums-d1f10d54fcbce175a4ac61681078e9fdd3b9fc69.zip | |
Merge pull request #5055 from dsinn/ticket/15471
[ticket/15471] Add core events to ACP when pruning a forum
Diffstat (limited to 'phpBB/docs')
| -rw-r--r-- | phpBB/docs/events.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 6af3f55d21..0a00e1644c 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -433,6 +433,13 @@ acp_prune_forums_prepend * Since: 3.1.7-RC1 * Purpose: Add content before the forum select form label +acp_prune_forums_settings_append +=== +* Locations: + + adm/style/acp_prune_forums.html +* Since: 3.2.2-RC1 +* Purpose: Add content after the prune settings + acp_prune_users_find_username_append === * Locations: |
