mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 20:13:22 +01:00
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/7941] Added @return to generate_board_url docstring.
This commit is contained in:
commit
9a4e71ac1a
@ -2025,7 +2025,10 @@ function append_sid($url, $params = false, $is_amp = true, $session_id = false)
|
||||
|
||||
/**
|
||||
* Generate board url (example: http://www.example.com/phpBB)
|
||||
*
|
||||
* @param bool $without_script_path if set to true the script path gets not appended (example: http://www.example.com)
|
||||
*
|
||||
* @return string the generated board url
|
||||
*/
|
||||
function generate_board_url($without_script_path = false)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user