You are here

function _coder_review_7x_taxonomy_paths_warning in Coder 7

1 string reference to '_coder_review_7x_taxonomy_paths_warning'
coder_review_7x_reviews in coder_review/includes/coder_review_7x.inc
Implements hook_reviews().

File

coder_review/includes/coder_review_7x.inc, line 1648
This include file implements coder functionality for 6.x -> 7.x upgrades.

Code

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',
  );
}