_coder_review_7x_comment_node_url_warning

Versions
mediamosa-21
_coder_review_7x_comment_node_url_warning()

Code

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

<?php
function _coder_review_7x_comment_node_url_warning() {
  return array(
    '#warning' => t('!comment_node_url() has been removed. Use "node/" .  $comment->nid to build URLs instead.',
      array(
        '!comment_node_url' => theme('drupalapi', 'comment_node_url', 6),
      )
    ),
    '#link' => 'http://drupal.org/node/224333#comment_node_url',
  );
}
?>