_coder_review_7x_node_type_get_functions_warning

Versions
mediamosa-21
_coder_review_7x_node_type_get_functions_warning()

Code

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

<?php
function _coder_review_7x_node_type_get_functions_warning() {
  return array(
    '#warning' => t('!node_get_types() function has been replaced by node_type_get_$op() functions.',
      array(
        '!node_get_types' => theme('drupalapi', 'node_get_types', 6),
      )
    ),
    '#link' => 'http://drupal.org/node/224333#node_type_get_functions',
  );
}
?>