_coder_review_7x_drupal_behaviors_warning

Versions
mediamosa-21
_coder_review_7x_drupal_behaviors_warning()

Code

sites/all/modules/coder/coder_review/includes/coder_review_7x.inc, line 1687

<?php
function _coder_review_7x_drupal_behaviors_warning() {
  return array(
    '#warning' => t('Changed Drupal.behaviors to objects having the methods "attach" and "detach".'),
    '#link' => 'http://drupal.org/node/224333#drupal_behaviors',
  );
}
?>