mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00: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
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue