_coder_review_7x_taxonomy_paths_warning

Versions
mediamosa-21
_coder_review_7x_taxonomy_paths_warning()

Code

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