From 838f69de81095d5bea3cf46a27ecd474e14266a3 Mon Sep 17 00:00:00 2001 From: tjhunt Date: Wed, 4 Feb 2009 07:35:06 +0000 Subject: [PATCH] weblib: MDL-14901 Fix misleading comment on print_navigation --- lib/weblib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.39.5