diff --git a/phpBB/includes/mcp/mcp_front.php b/phpBB/includes/mcp/mcp_front.php index 3a0f4c4905..578f84ad7f 100644 --- a/phpBB/includes/mcp/mcp_front.php +++ b/phpBB/includes/mcp/mcp_front.php @@ -105,7 +105,7 @@ function mcp_front_view($id, $mode, $action) * @var int total Number of unapproved posts * @var array post_list List of unapproved posts * @var array forum_list List of forums that contain the posts - * @var array forum_names Associative array with forum_id as key and it's corresponding forum_name as value + * @var array forum_names Associative array with forum_id as key and its corresponding forum_name as value * @since 3.1.0-RC3 */ $vars = array('total', 'post_list', 'forum_list', 'forum_names'); @@ -125,7 +125,7 @@ function mcp_front_view($id, $mode, $action) * * @event core.mcp_front_view_modify_posts_data_sql * @var array forum_list List of forums that contain the posts - * @var array forum_names Associative array with forum_id as key and it's corresponding forum_name as value + * @var array forum_names Associative array with forum_id as key and its corresponding forum_name as value * @var array post_list List of unapproved posts * @var string sql String with the SQL query to be executed * @var int total Number of unapproved posts diff --git a/phpBB/includes/mcp/mcp_topic.php b/phpBB/includes/mcp/mcp_topic.php index a38f45f885..ba4f2b261f 100644 --- a/phpBB/includes/mcp/mcp_topic.php +++ b/phpBB/includes/mcp/mcp_topic.php @@ -439,7 +439,7 @@ function mcp_topic_view($id, $mode, $action) * @var array topic_info Array with topic data * @var int to_forum_id Forum id the topic is being moved to * @var int to_topic_id Topic ID the topic is being merged with - * @var int topic_row Topic template data array + * @var array topic_row Topic template data array * @var int total Total posts count * @since 3.3.5-RC1 */