_coder_review_7x_user_authenticate_warning()sites/all/modules/coder/coder_review/includes/coder_review_7x.inc, line 1804
<?php
function _coder_review_7x_user_authenticate_warning() {
return array(
'#warning' => t('Parameters to !user_authenticate() have changed.',
array(
'!user_authenticate()' => theme('drupalapi', 'user_authenticate()', 7),
)
),
'#link' => 'http://drupal.org/node/224333#user_authenticate',
);
}
?>