From d88dff51fb4c130bb6600a9d2f832295861b7e1f Mon Sep 17 00:00:00 2001
From: Marc Alexander <admin@m-a-styles.de>
Date: Thu, 19 Nov 2020 22:42:14 +0100
Subject: [PATCH] [ticket/15951] Adjust event docblock and update since version

PHPBB3-15951
---
 phpBB/includes/mcp/mcp_main.php | 6 +++---
 phpBB/mcp.php                   | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/phpBB/includes/mcp/mcp_main.php b/phpBB/includes/mcp/mcp_main.php
index 69d99d4d9d..9cf4ca9c96 100644
--- a/phpBB/includes/mcp/mcp_main.php
+++ b/phpBB/includes/mcp/mcp_main.php
@@ -895,7 +895,7 @@ function mcp_delete_topic($topic_ids, $is_soft = false, $soft_delete_reason = ''
 	* @var	string	soft_delete_reason		The reason we're soft deleting
 	* @var	string	action					The current delete action
 	* @var	array	check_permission		The array with a permission to check for, can be set to false to not check them
-	* @since 3.3.2-RC1
+	* @since 3.3.3-RC1
 	*/
 	$vars = array(
 		'topic_ids',
@@ -1028,13 +1028,13 @@ function mcp_delete_topic($topic_ids, $is_soft = false, $soft_delete_reason = ''
 		* This event allows you to modify the hidden form fields when deleting topics
 		*
 		* @event core.mcp_delete_topic_modify_hidden_fields
-		* @var	string	l_confirm				The mode we are deleting in (DELETE_TOPIC(S), DELETE_TOPIC(S)_PERMANENTLY)
+		* @var	string	l_confirm				The confirmation text language variable (DELETE_TOPIC(S), DELETE_TOPIC(S)_PERMANENTLY)
 		* @var	array	s_hidden_fields			The array holding the hidden form fields
 		* @var	array	topic_ids				The array of topic IDs to be deleted
 		* @var	int		forum_id				The current forum ID
 		* @var	bool	only_softdeleted		If the topic_ids are all soft deleted, this is true
 		* @var	bool	only_shadow				If the topic_ids are all shadow topics, this is true
-		* @since 3.3.2-RC1
+		* @since 3.3.3-RC1
 		*/
 		$vars = array(
 			'l_confirm',
diff --git a/phpBB/mcp.php b/phpBB/mcp.php
index 3a33059e7a..a330bc65a5 100644
--- a/phpBB/mcp.php
+++ b/phpBB/mcp.php
@@ -134,7 +134,7 @@ if (!$auth->acl_getf_global('m_'))
 	* @var	bool		allow_user						Boolean holding if the user can access the mcp
 	* @var	int			forum_id						The current forum ID
 	* @var	int			topic_id						The current topic ID
-	* @since 3.3.2-RC1
+	* @since 3.3.3-RC1
 	*/
 	$vars = array(
 		'user_quickmod_actions',