diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-10-16 03:21:23 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-10-16 03:21:23 +0000 |
commit | 087a47ba5c8cdf5b0f79d9a121b7b9dcbbe7e992 (patch) | |
tree | b223ccb070c29008ef9098484bb44894c2f53410 /modules/taxonomy/taxonomy.module | |
parent | 13d3072f418835569f37f65b5055e5b3180fad2e (diff) | |
download | brdo-087a47ba5c8cdf5b0f79d9a121b7b9dcbbe7e992.tar.gz brdo-087a47ba5c8cdf5b0f79d9a121b7b9dcbbe7e992.tar.bz2 |
#493314 by yched and catch: Add multiple hook for formatters.
Diffstat (limited to 'modules/taxonomy/taxonomy.module')
-rw-r--r-- | modules/taxonomy/taxonomy.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module index 6fe12b689..88d00f546 100644 --- a/modules/taxonomy/taxonomy.module +++ b/modules/taxonomy/taxonomy.module @@ -1131,7 +1131,7 @@ function taxonomy_allowed_values($field) { * This preloads all taxonomy terms for multiple loaded objects at once and * unsets values for invalid terms that do not exist. */ -function taxonomy_field_load($obj_type, $objects, $field, $instances, $langcode, &$items, $age) { +function taxonomy_field_formatter_prepare_view($obj_type, $objects, $field, $instances, $langcode, &$items, $age) { $tids = array(); // Collect every possible term attached to any of the fieldable entities. |