_coder_review_6x_form_alter_warning

Versions
mediamosa-21
_coder_review_6x_form_alter_warning()

Code

sites/all/modules/coder/coder_review/includes/coder_review_6x.inc, line 592

<?php
function _coder_review_6x_form_alter_warning() {
  return array(
    '#warning' => t('!hook_form_alter() parameters have changed',
      array(
        '!hook_form_alter' => theme('drupalapi', 'hook_form_alter', '6'),
      )
    ),
    '#link' => 'http://drupal.org/node/144132#form-alter',
  );
}
?>