diff options
author | Oleg Pudeyev <oleg@bsdpower.com> | 2011-04-17 18:46:03 -0400 |
---|---|---|
committer | Oleg Pudeyev <oleg@bsdpower.com> | 2011-04-17 18:46:03 -0400 |
commit | 682814180c647c363c83ef09c66b2b97bda1eac4 (patch) | |
tree | af6cfb865d04620a1f6f25018bbb0049510b5274 /phpBB/includes | |
parent | 32bc980ca06b67789d8fd86e4c3a5c897a6de23f (diff) | |
download | forums-682814180c647c363c83ef09c66b2b97bda1eac4.tar forums-682814180c647c363c83ef09c66b2b97bda1eac4.tar.gz forums-682814180c647c363c83ef09c66b2b97bda1eac4.tar.bz2 forums-682814180c647c363c83ef09c66b2b97bda1eac4.tar.xz forums-682814180c647c363c83ef09c66b2b97bda1eac4.zip |
[ticket/7941] Added @return to generate_board_url docstring.
PHPBB3-7941
Diffstat (limited to 'phpBB/includes')
-rw-r--r-- | phpBB/includes/functions.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 585e23b2ee..b8ea80ad4a 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -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) { |