_coder_review_7x_schema_html_warning()sites/all/modules/coder/coder_review/includes/coder_review_7x.inc, line 1829
<?php
function _coder_review_7x_schema_html_warning() {
return array(
'#warning' => t('Schema descriptions are now plain text instead of HTML.'),
'#link' => 'http://drupal.org/node/224333#schema_html',
);
}
?>