13 uses of COMMENT_NOT_PUBLISHED
- CommentActionsTestCase::testCommentPublishUnpublishActions in drupal-7.x/
modules/ comment/ comment.test - Test comment publish and unpublish actions.
- CommentInterfaceTest::testCommentClasses in drupal-7.x/
modules/ comment/ comment.test - Tests CSS classes on comments.
- comment_admin_overview in drupal-7.x/
modules/ comment/ comment.admin.inc - Form builder for the comment overview administration form.
- comment_admin_overview_submit in drupal-7.x/
modules/ comment/ comment.admin.inc - Process comment_admin_overview form submissions.
- comment_count_unpublished in drupal-7.x/
modules/ comment/ comment.module - Returns a menu title which includes the number of unapproved comments.
- comment_form in drupal-7.x/
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-7.x/
modules/ comment/ comment.module - Process comment form submissions; prepare the comment, store it, and set a redirection target.
- comment_links in drupal-7.x/
modules/ comment/ comment.module - Helper function, build links for an individual comment.
- comment_save in drupal-7.x/
modules/ comment/ comment.module - Accepts a submission of new or changed comment content.
- comment_unpublish_action in drupal-7.x/
modules/ comment/ comment.module - Unpublishes a comment.
- comment_unpublish_by_keyword_action in drupal-7.x/
modules/ comment/ comment.module - Unpublishes a comment if it contains certain keywords.
- template_preprocess_comment in drupal-7.x/
modules/ comment/ comment.module - Process variables for comment.tpl.php.
- TrackerTest::testTrackerUser in drupal-7.x/
modules/ tracker/ tracker.test - Tests for the presence of nodes on a user's tracker listing.