_coder_review_7x_taxonomy_tables_warning()sites/all/modules/coder/coder_review/includes/coder_review_7x.inc, line 1031
<?php
function _coder_review_7x_taxonomy_tables_warning() {
return array(
'#warning' => t("Taxonomy DB table names have changed to begin with 'taxonomy_'"),
'#link' => 'http://drupal.org/node/224333#taxonomy_tables',
);
}
?>