_coder_review_7x_hook_form_alter_warning()sites/all/modules/coder/coder_review/includes/coder_review_7x.inc, line 1847
<?php
function _coder_review_7x_hook_form_alter_warning() {
return array(
'#warning' => t('Parameters to !hook_form_alter() have changed.',
array(
'!hook_form_alter()' => theme('drupalapi', 'hook_form_alter()', 7),
)
),
// '#link' => 'http://drupal.org/node/224333#node_form',
);
}
?>