Index: openacs-4/packages/acs-subsite/tcl/subsite-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/tcl/subsite-procs.tcl,v diff -u -N -r1.58 -r1.59 --- openacs-4/packages/acs-subsite/tcl/subsite-procs.tcl 25 Jul 2018 20:58:32 -0000 1.58 +++ openacs-4/packages/acs-subsite/tcl/subsite-procs.tcl 5 Aug 2018 21:09:49 -0000 1.59 @@ -1168,11 +1168,11 @@ } { Returns the url stub for the specified subsite. - If -absolute is supplied then this function will generate absolute urls. + If -absolute is supplied then this function will generate absolute URLs. If the site is currently being accessed via a host node mapping then URLs will omit the corresponding subsite url stub. The host name will be used - for any appropriate subsite when absolute urls are generated. + for any appropriate subsite when absolute URLs are generated. @param node_id the subsite's node_id (defaults to nearest subsite node). @param absolute_p whether to include the host in the returned url.