mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-18 09:18:52 +00:00
[ticket/15942] Update DocBlock
PHPBB3-15942
This commit is contained in:
parent
a925605b88
commit
2131adac5c
1 changed files with 2 additions and 0 deletions
|
@ -2134,6 +2134,8 @@ function check_form_key($form_name, $timespan = false)
|
||||||
* message text is _CONFIRM appended to title.
|
* message text is _CONFIRM appended to title.
|
||||||
* If title cannot be found in user->lang a default one is displayed
|
* 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_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 $hidden Hidden variables
|
||||||
* @param string $html_body Template used for confirm box
|
* @param string $html_body Template used for confirm box
|
||||||
* @param string $u_action Custom form action
|
* @param string $u_action Custom form action
|
||||||
|
|
Loading…
Add table
Reference in a new issue