1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 20:13:22 +01: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:
Andreas Fischer 2011-04-26 19:35:49 +02:00
commit 569a4b2091

View File

@ -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)
*
* @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)
{