8 uses of COMMENT_NODE_READ_WRITE in Drupal 6
- comment_form_alter in modules/
comment/ comment.module - Implementation of hook_form_alter().
- comment_link in modules/
comment/ comment.module - Implementation of hook_link().
- comment_links in modules/
comment/ comment.module - Build command links for a comment (e.g.\ edit, reply, delete) with respect to the current user's access permissions.
- comment_nodeapi in modules/
comment/ comment.module - Implementation of hook_nodeapi().
- comment_render in modules/
comment/ comment.module - Renders comment(s).
- comment_reply in modules/
comment/ comment.pages.inc - This function is responsible for generating a comment reply form. There are several cases that have to be handled, including:
- comment_save in modules/
comment/ comment.module - Accepts a submission of new or changed comment content.
- _blogapi_mt_extra in modules/
blogapi/ blogapi.module - Handles extra information sent by clients according to MovableType's spec.