diff options
Diffstat (limited to 'modules/taxonomy/taxonomy.pages.inc')
-rw-r--r-- | modules/taxonomy/taxonomy.pages.inc | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/modules/taxonomy/taxonomy.pages.inc b/modules/taxonomy/taxonomy.pages.inc index 35c0d09be..b3a2c941a 100644 --- a/modules/taxonomy/taxonomy.pages.inc +++ b/modules/taxonomy/taxonomy.pages.inc @@ -76,18 +76,6 @@ function taxonomy_term_feed($term) { } /** - * Page to edit a vocabulary term. - */ -function taxonomy_term_edit($term) { - if (isset($term)) { - drupal_set_title($term->name); - include_once DRUPAL_ROOT . '/'. drupal_get_path('module', 'taxonomy') . '/taxonomy.admin.inc'; - return drupal_get_form('taxonomy_form_term', taxonomy_vocabulary_load($term->vid), (array)$term); - } - return drupal_not_found(); -} - -/** * Helper function for autocompletion */ function taxonomy_autocomplete($field_name, $bundle, $tags_typed = '') { |