19 uses of COMMENT_PUBLISHED

CommentActionsTestCase::testCommentPublishUnpublishActions in drupal/modules/comment/comment.test
Test comment publish and unpublish actions.
CommentActionsTestCase::testCommentUnpublishByKeyword in drupal/modules/comment/comment.test
Tests the unpublish comment by keyword action.
CommentInterfaceTest::setEnvironment in drupal/modules/comment/comment.test
Re-configures the environment, module settings, and user permissions.
CommentInterfaceTest::testCommentClasses in drupal/modules/comment/comment.test
Tests CSS classes on comments.
CommentInterfaceTest::testCommentNewCommentsIndicator in drupal/modules/comment/comment.test
Tests new comment marker.
comment_access in drupal/modules/comment/comment.module
Determines whether the current user has access to a particular comment.
comment_admin_overview in drupal/modules/comment/comment.admin.inc
Form builder for the comment overview administration form.
comment_admin_overview_submit in drupal/modules/comment/comment.admin.inc
Process comment_admin_overview form submissions.
comment_approve in drupal/modules/comment/comment.pages.inc
Menu callback; publish specified comment.
comment_file_download_access in drupal/modules/comment/comment.module
Implements hook_file_download_access().
comment_form in drupal/modules/comment/comment.module
Generate the basic commenting form, for appending to a node or display on a separate page.
comment_get_display_ordinal in drupal/modules/comment/comment.module
Get the display ordinal for a comment, starting from 0.
comment_get_thread in drupal/modules/comment/comment.module
Retrieve comments for a thread.
comment_preview in drupal/modules/comment/comment.module
Generate a comment preview.
comment_publish_action in drupal/modules/comment/comment.module
Publishes a comment.
comment_save in drupal/modules/comment/comment.module
Accepts a submission of new or changed comment content.
hook_node_update_index in drupal/modules/node/node.api.php
Act on a node being indexed for searching.
tracker_comment_update in drupal/modules/tracker/tracker.module
Implements hook_comment_update().
tracker_cron in drupal/modules/tracker/tracker.module
Implements hook_cron().