_coder_review_7x_javascript_compatibility_warning()sites/all/modules/coder/coder_review/includes/coder_review_7x.inc, line 1705
<?php
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',
);
}
?>