_coder_review_7x_ahah_now_ajax_warning

Versions
mediamosa-21
_coder_review_7x_ahah_now_ajax_warning()

Code

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

<?php
function _coder_review_7x_ahah_now_ajax_warning() {
  return array(
    '#warning' => t('#ahah has changed to #ajax and the call details have changed.'),
    '#link' => 'http://drupal.org/node/224333#ahah-now-ajax',
  );
}
?>