_coder_review_7x_node_form_warning()sites/all/modules/coder/coder_review/includes/coder_review_7x.inc, line 1836
<?php
function _coder_review_7x_node_form_warning() {
return array(
'#warning' => t('Easier check for node form during !hook_form_alter().',
array(
'!hook_form_alter()' => theme('drupalapi', 'hook_form_alter()', 7),
)
),
'#link' => 'http://drupal.org/node/224333#node_form',
);
}
?>