_coder_review_7x_taxonomy_del_vocabulary_warning()sites/all/modules/coder/coder_review/includes/coder_review_7x.inc, line 1287
<?php
function _coder_review_7x_taxonomy_del_vocabulary_warning() {
return array(
'#warning' => t('!taxonomy_del_vocabulary() function has been renamed to !taxonomy_vocabulary_delete()',
array(
'!taxonomy_del_vocabulary()' => theme('drupalapi', 'taxonomy_del_vocabulary', 6),
'!taxonomy_vocabulary_delete()' => theme('drupalapi', 'taxonomy_vocabulary_delete', 7),
)
),
'#link' => 'http://drupal.org/node/224333#taxonomy_crud',
);
}
?>