From a16ebf04d397095df3ef4e6ee426df4959468c4f Mon Sep 17 00:00:00 2001 From: mrgoldy Date: Tue, 16 Apr 2019 10:38:26 +0200 Subject: [PATCH] [ticket/15942] Past tense PHPBB3-15942 --- phpBB/includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 01b292f822..e55866cb74 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -2135,7 +2135,7 @@ function check_form_key($form_name, $timespan = false) * If title cannot be found in user->lang a default one is displayed * If title_CONFIRM cannot be found in user->lang the text given is used. * If title is an array, the first array value is used as explained per above, -* all other array values are send as parameters to the language function. +* all other array values are sent as parameters to the language function. * @param string $hidden Hidden variables * @param string $html_body Template used for confirm box * @param string $u_action Custom form action