_coder_review_6x_user_authenticate_warning

Versions
mediamosa-21
_coder_review_6x_user_authenticate_warning()

Code

sites/all/modules/coder/coder_review/includes/coder_review_6x.inc, line 1249

<?php
function _coder_review_6x_user_authenticate_warning() {
  return array(
    '#warning' => t('Parameters to !user_authenticate have changed',
      array(
        '!user_authenticate' => theme('drupalapi', 'user_authenticate', '6')
      )
    ),
    '#link' => 'http://drupal.org/node/114774#user_authenticate',
  );
}
?>