mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/16207] Mention use of session_id in append_sid() as deprecated
PHPBB3-16207
This commit is contained in:
parent
dd8191404d
commit
2e6c71eb0a
1 changed files with 1 additions and 1 deletions
|
@ -1460,7 +1460,7 @@ function tracking_unserialize($string, $max_depth = 3)
|
|||
* @param string $url The url the session id needs to be appended to (can have params)
|
||||
* @param mixed $params String or array of additional url parameters
|
||||
* @param bool $is_amp Is url using & (true) or & (false)
|
||||
* @param string $session_id Possibility to use a custom session id instead of the global one
|
||||
* @param string $session_id Possibility to use a custom session id instead of the global one; deprecated as of 4.0.0-a1
|
||||
* @param bool $is_route Is url generated by a route.
|
||||
*
|
||||
* @return string The corrected url.
|
||||
|
|
Loading…
Add table
Reference in a new issue