_coder_review_7x_text_format_warning()sites/all/modules/coder/coder_review/includes/coder_review_7x.inc, line 1194
<?php
function _coder_review_7x_text_format_warning() {
return array(
'#warning' => t('New #text_format to assign text format selection to fields.'),
'#link' => 'http://drupal.org/node/224333#text_format',
);
}
?>