summaryrefslogtreecommitdiff
path: root/modules/taxonomy
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-09-09 21:21:54 +0000
committerDries Buytaert <dries@buytaert.net>2009-09-09 21:21:54 +0000
commitc33da192c13a357bf0c75bd556457da78f991a68 (patch)
treefc3e1b8fd377ba322bd58f3d7277ca21869390aa /modules/taxonomy
parenta3f776f4d4620faa3fbe93656358a1ad96b290f9 (diff)
downloadbrdo-c33da192c13a357bf0c75bd556457da78f991a68.tar.gz
brdo-c33da192c13a357bf0c75bd556457da78f991a68.tar.bz2
- Patch #567092 by rcross, yched, bjaspan: merge hook_field_formatter_info() and hook_theme().
Diffstat (limited to 'modules/taxonomy')
-rw-r--r--modules/taxonomy/taxonomy.module6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module
index 662136105..039b7bca0 100644
--- a/modules/taxonomy/taxonomy.module
+++ b/modules/taxonomy/taxonomy.module
@@ -91,12 +91,6 @@ function taxonomy_theme() {
'taxonomy_overview_terms' => array(
'arguments' => array('form' => array()),
),
- 'field_formatter_taxonomy_term_link' => array(
- 'arguments' => array('element' => NULL),
- ),
- 'field_formatter_taxonomy_term_plain' => array(
- 'arguments' => array('element' => NULL),
- ),
'taxonomy_autocomplete' => array(
'arguments' => array('element' => NULL),
),