_coder_review_6x_hook_forms_warning

Versions
mediamosa-21
_coder_review_6x_hook_forms_warning()

Code

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

<?php
function _coder_review_6x_hook_forms_warning() {
  return array(
    '#warning' => t('The arguments to !hook_forms() have changed',
      array(
        '!hook_forms' => theme('drupalapi', 'hook_forms', '6'),
      )
    ),
    '#link' => 'http://drupal.org/node/144132#hook-forms',
  );
}
?>