watchdog('taxonomy_display','The taxonomy term display plugin assigned to the %name vocabulary is missing, Drupal default settings were used instead.',array('%name'=>$machine_name),WATCHDOG_WARNING);
watchdog('taxonomy_display','The taxonomy associated content plugin assigned to the %name vocabulary is missing, Drupal default settings were used instead.',array('%name'=>$machine_name),WATCHDOG_WARNING);
// Prepare plugins' data for use.
foreach($plugin_typesas$k=>$v){
if(!class_exists($result[$k.'_display_plugin'])){
// Note that if providing translations for this module you must provide a
// translation for this watchdog warning for each $value.
watchdog('taxonomy_display','The taxonomy '.$v['short'].' plugin assigned to the %name vocabulary is missing, Drupal default settings were used instead.',array('%name'=>$machine_name),WATCHDOG_WARNING);