mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
Merge remote branch 'p/ticket/7941' into develop-olympus
* p/ticket/7941: [ticket/7941] Added @return to generate_board_url docstring.
This commit is contained in:
@@ -2253,7 +2253,10 @@ function append_sid($url, $params = false, $is_amp = true, $session_id = false)
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Generate board url (example: http://www.example.com/phpBB)
|
* 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)
|
* @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)
|
function generate_board_url($without_script_path = false)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user