13 uses of COMMENT_NOT_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::testCommentClasses in drupal/modules/comment/comment.test
Tests CSS classes on comments.
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_form in drupal/modules/comment/comment.module
Generate the basic commenting form, for appending to a node or display on a separate page.
comment_form_submit in drupal/modules/comment/comment.module
Process comment form submissions; prepare the comment, store it, and set a redirection target.
comment_links in drupal/modules/comment/comment.module
Helper function, build links for an individual comment.
comment_save in drupal/modules/comment/comment.module
Accepts a submission of new or changed comment content.
comment_unpublish_action in drupal/modules/comment/comment.module
Unpublishes a comment.
comment_unpublish_by_keyword_action in drupal/modules/comment/comment.module
Unpublishes a comment if it contains certain keywords.
template_preprocess_comment in drupal/modules/comment/comment.module
Process variables for comment.tpl.php.
TrackerTest::testTrackerUser in drupal/modules/tracker/tracker.test
Tests for the presence of nodes on a user's tracker listing.