_coder_review_7x_taxonomy_paths_warning()sites/all/modules/coder/coder_review/includes/coder_review_7x.inc, line 1401
<?php
function _coder_review_7x_taxonomy_paths_warning() {
return array(
'#warning' => t('Support for taxonomy term paths with multiple tids and depth specification has been removed.'),
'#link' => 'http://drupal.org/node/224333#taxonomy_paths',
);
}
?>