diff options
author | mrgoldy <gijsmartens1@gmail.com> | 2019-04-16 10:15:01 +0200 |
---|---|---|
committer | mrgoldy <gijsmartens1@gmail.com> | 2019-04-16 10:15:01 +0200 |
commit | 2131adac5c82ec14995f1e2cbcaee74f855b430c (patch) | |
tree | ce204b41a27248d954f722a4064814801ec94809 | |
parent | a925605b88861eaf21fef0196b21ed46279120a1 (diff) | |
download | forums-2131adac5c82ec14995f1e2cbcaee74f855b430c.tar forums-2131adac5c82ec14995f1e2cbcaee74f855b430c.tar.gz forums-2131adac5c82ec14995f1e2cbcaee74f855b430c.tar.bz2 forums-2131adac5c82ec14995f1e2cbcaee74f855b430c.tar.xz forums-2131adac5c82ec14995f1e2cbcaee74f855b430c.zip |
[ticket/15942] Update DocBlock
PHPBB3-15942
-rw-r--r-- | phpBB/includes/functions.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 067f453e6d..01b292f822 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -2134,6 +2134,8 @@ function check_form_key($form_name, $timespan = false) * message text is _CONFIRM appended to title. * 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. * @param string $hidden Hidden variables * @param string $html_body Template used for confirm box * @param string $u_action Custom form action |