_coder_review_7x_hook_js_alter_warning()sites/all/modules/coder/coder_review/includes/coder_review_7x.inc, line 1665
<?php
function _coder_review_7x_hook_js_alter_warning() {
return array(
'#warning' => t('There is a new !hook_js_alter() to alter JavaScript.',
array(
'!hook_js_alter()' => theme('drupalapi', 'hook_js_alter()', 7),
)
),
'#link' => 'http://drupal.org/node/224333#hook_js_alter',
);
}
?>