_coder_review_7x_comment_status_warning

Versions
mediamosa-21
_coder_review_7x_comment_status_warning()

Code

sites/all/modules/coder/coder_review/includes/coder_review_7x.inc, line 1201

<?php
function _coder_review_7x_comment_status_warning() {
  return array(
    '#warning' => t('Comment status values in the database have flipped so they match node status. We recommend you use constants like COMMENT_NOT_PUBLISHED in the future.'),
    '#link' => 'http://drupal.org/node/224333#comment_status',
  );
}
?>