_coder_review_7x_hook_nodeapi_op_warning

Versions
mediamosa-21
_coder_review_7x_hook_nodeapi_op_warning()

Code

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

<?php
function _coder_review_7x_hook_nodeapi_op_warning() {
  return array(
    '#warning' => t('!hook_nodeapi() has been split into a number of smaller hooks.',
      array(
        '!hook_nodeapi()' => theme('drupalapi', 'hook_nodeapi', '7'),
      )
    ),
    '#link' => 'http://drupal.org/node/224333#remove_op',
  );
}
?>