You are here

function taxonomy_field_diff_default_options in Diff 7.3

Provide default field comparison options.

File

includes/taxonomy.inc, line 79
Implements pusdeo-hook hook_field_diff_view() for the Taxonomy module.

Code

function taxonomy_field_diff_default_options($field_type) {
  return array(
    'show_id' => 0,
    'sort' => DIFF_SORT_CUSTOM,
  );
}