_coder_review_6x_form_validate_and_submit_warning()sites/all/modules/coder/coder_review/includes/coder_review_6x.inc, line 762
<?php
function _coder_review_6x_form_validate_and_submit_warning() {
return array(
'#warning' => t('The parameters for form validation and submission functions have changed to $form, &$form_state.'),
'#link' => 'http://drupal.org/node/144132#process-params',
);
}
?>