diff options
author | kasimi <mail@kasimi.net> | 2019-07-21 10:23:44 +0200 |
---|---|---|
committer | kasimi <mail@kasimi.net> | 2019-07-23 21:19:05 +0200 |
commit | 2bb08f853ea6ed60987f9886cd72eaa74ebd6c44 (patch) | |
tree | 419a8dc5c8ee4e755cb26f0ae4a5ae24c61373d6 /phpBB/docs | |
parent | 9e9bdb69b5e00a4993b7ff9a6021044c9ec0c4dc (diff) | |
download | forums-2bb08f853ea6ed60987f9886cd72eaa74ebd6c44.tar forums-2bb08f853ea6ed60987f9886cd72eaa74ebd6c44.tar.gz forums-2bb08f853ea6ed60987f9886cd72eaa74ebd6c44.tar.bz2 forums-2bb08f853ea6ed60987f9886cd72eaa74ebd6c44.tar.xz forums-2bb08f853ea6ed60987f9886cd72eaa74ebd6c44.zip |
[ticket/16107] Add mcp_move_destination_forum_before|after
PHPBB3-16107
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/events.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index c77691a048..aa38ea6a50 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -988,6 +988,20 @@ mcp_move_before * Since: 3.1.10-RC1 * Purpose: Add content before move topic/post form +mcp_move_destination_forum_after +=== +* Locations: + + styles/prosilver/template/mcp_move.html +* Since: 3.2.8-RC1 +* Purpose: Add content after the destination select element in the move topic/post form + +mcp_move_destination_forum_before +=== +* Locations: + + styles/prosilver/template/mcp_move.html +* Since: 3.2.8-RC1 +* Purpose: Add content before the destination select element in the move topic/post form + mcp_post_additional_options === * Locations: |