_coder_review_7x_file_status_temporary_warning()sites/all/modules/coder/coder_review/includes/coder_review_7x.inc, line 1208
<?php
function _coder_review_7x_file_status_temporary_warning() {
return array(
'#warning' => t('Removed FILE_STATUS_TEMPORARY constant.'),
'#link' => 'http://drupal.org/node/224333#remove_FILE_STATUS_TEMPORARY',
);
}
?>