_coder_review_7x_moved_statistics_settings_warning()sites/all/modules/coder/coder_review/includes/coder_review_7x.inc, line 1490
<?php
function _coder_review_7x_moved_statistics_settings_warning() {
return array(
'#warning' => t('Statistics settings have moved to "admin/settings/statistics".'),
'#link' => 'http://drupal.org/node/224333#moved_statistics_settings',
);
}
?>