From: tjhunt Date: Wed, 4 Feb 2009 07:35:06 +0000 (+0000) Subject: weblib: MDL-14901 Fix misleading comment on print_navigation X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=838f69de81095d5bea3cf46a27ecd474e14266a3;p=moodle.git weblib: MDL-14901 Fix misleading comment on print_navigation --- diff --git a/lib/weblib.php b/lib/weblib.php index fa2241598a..310cdd3fbc 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -3565,9 +3565,9 @@ function get_separator() { * * @uses $CFG * @param mixed $navigation The breadcrumb navigation string to be printed - * @param string $separator The breadcrumb trail separator. The default 0 leads to the use - * of $THEME->rarrow, themes could use '→', '/', or '' for a style-sheet solution. + * @param string $separator OBSOLETE, mostly not used any more. See build_navigation instead. * @param boolean $return False to echo the breadcrumb string (default), true to return it. + * @return string or null, depending on $return. */ function print_navigation ($navigation, $separator=0, $return=false) { global $CFG, $THEME, $SITE;