You are here

function _coder_review_7x_javascript_compatibility_warning in Coder 7

1 string reference to '_coder_review_7x_javascript_compatibility_warning'
coder_review_7x_reviews in coder_review/includes/coder_review_7x.inc
Implements hook_reviews().

File

coder_review/includes/coder_review_7x.inc, line 1953
This include file implements coder functionality for 6.x -> 7.x upgrades.

Code

function _coder_review_7x_javascript_compatibility_warning() {
  return array(
    '#warning' => t('JavaScript should be compatible with other libraries than jQuery.'),
    '#link' => 'http://drupal.org/node/224333#javascript_compatibility',
  );
}