[ticket/16207] Mention use of session_id in append_sid() as deprecated

PHPBB3-16207
This commit is contained in:
Marc Alexander 2021-07-25 13:38:52 +02:00
parent dd8191404d
commit 2e6c71eb0a
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -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.