Index: openacs-4/packages/general-comments/tcl/general-comments-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/general-comments/tcl/general-comments-procs.tcl,v diff -u -N -r1.23 -r1.24 --- openacs-4/packages/general-comments/tcl/general-comments-procs.tcl 7 Aug 2017 23:48:12 -0000 1.23 +++ openacs-4/packages/general-comments/tcl/general-comments-procs.tcl 1 May 2018 08:49:35 -0000 1.24 @@ -289,7 +289,7 @@ } ad_proc -public general_comments_package_url {} { - Returns a url pointing to the mounted general-comments package. + Returns a URL pointing to the mounted general-comments package. Uses util_memoize for caching. } { return [site_node::get_package_url -package_key "general-comments"] Index: openacs-4/packages/general-comments/www/url-add-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/general-comments/www/url-add-2.tcl,v diff -u -N -r1.7 -r1.8 --- openacs-4/packages/general-comments/www/url-add-2.tcl 7 Aug 2017 23:48:12 -0000 1.7 +++ openacs-4/packages/general-comments/www/url-add-2.tcl 1 May 2018 08:49:35 -0000 1.8 @@ -1,7 +1,7 @@ # /packages/general-comments/www/url-add-2.tcl ad_page_contract { - Inserts a url for object_id into the database + Inserts a URL for object_id into the database @author Phong Nguyen (phong@arsdigita.com) @author Pascal Scheffers (pascal@scheffers.net) Index: openacs-4/packages/general-comments/www/url-add.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/general-comments/www/url-add.tcl,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/general-comments/www/url-add.tcl 7 Aug 2017 23:48:12 -0000 1.6 +++ openacs-4/packages/general-comments/www/url-add.tcl 1 May 2018 08:49:35 -0000 1.7 @@ -1,7 +1,7 @@ # /packages/general-comments/www/url-add.tcl ad_page_contract { - Attaches a url to a comment + Attaches a URL to a comment @param parent_id The id of the comment to attach to Index: openacs-4/packages/general-comments/www/url-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/general-comments/www/url-edit.tcl,v diff -u -N -r1.7 -r1.8 --- openacs-4/packages/general-comments/www/url-edit.tcl 20 Jan 2018 22:56:50 -0000 1.7 +++ openacs-4/packages/general-comments/www/url-edit.tcl 1 May 2018 08:49:35 -0000 1.8 @@ -1,5 +1,5 @@ ad_page_contract { - Edits a url comment + Edits a URL comment @author Phong Nguyen (phong@arsdigita.com) @author Pascal Scheffers (pascal@scheffers.net)