1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-25 04:24:31 +02:00

[ticket/13786] Add events to add MCP post options

Three new events are included:
1) Core event to perform new moderator action in includes/mcp/mcp_post.php
2) Core event to add/modify template data in includes/mcp/mcp_post.php
3) Template event to present new options in template/mcp_post.html
Fix typo.

PHPBB3-13786
This commit is contained in:
javiexin
2015-04-27 15:35:09 +02:00
parent e98a5afd07
commit 18e8f281be

View File

@ -280,7 +280,7 @@ function mcp_post_details($id, $mode, $action)
* @since 3.1.5-RC1 * @since 3.1.5-RC1
*/ */
$vars = array( $vars = array(
'poll_info', 'post_info',
'mcp_post_template_data', 'mcp_post_template_data',
'attachments', 'attachments',
's_additional_opts', 's_additional_opts',