_coder_review_7x_node_view_warning()sites/all/modules/coder/coder_review/includes/coder_review_7x.inc, line 1318
<?php
function _coder_review_7x_node_view_warning() {
return array(
'#warning' => t('!node_view() has been removed and !node_build() should be used instead.',
array(
'!node_view' => theme('drupalapi', 'node_view', 6),
'!node_build()' => theme('drupalapi', 'node_build', 7),
)
),
'#link' => 'http://drupal.org/node/224333#node_view',
);
}
?>