diff options
author | Jennifer Hodgdon <yahgrp@poplarware.com> | 2014-02-27 14:41:18 -0800 |
---|---|---|
committer | Jennifer Hodgdon <yahgrp@poplarware.com> | 2014-02-27 14:41:18 -0800 |
commit | 3ff7ed7bc181ea72731b0e6f633fc1f2e9b96fa8 (patch) | |
tree | d99be2b6a1bd71a28b8fe1e6fc54fb5d23b3d3d5 /modules/field | |
parent | 199b2ed0a459c0b779c9513779e248cfc4aa4732 (diff) | |
download | brdo-3ff7ed7bc181ea72731b0e6f633fc1f2e9b96fa8.tar.gz brdo-3ff7ed7bc181ea72731b0e6f633fc1f2e9b96fa8.tar.bz2 |
Issue #1694026 by sandykadam, joachim: Fis docs in hook_field_attach_delete_bundle()
Diffstat (limited to 'modules/field')
-rw-r--r-- | modules/field/field.api.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/field/field.api.php b/modules/field/field.api.php index b0fc6a480..4f7881236 100644 --- a/modules/field/field.api.php +++ b/modules/field/field.api.php @@ -1587,7 +1587,7 @@ function hook_field_attach_rename_bundle($entity_type, $bundle_old, $bundle_new) * @param $entity_type * The type of entity; for example, 'node' or 'user'. * @param $bundle - * The bundle that was just deleted. + * The name of the bundle that was just deleted. * @param $instances * An array of all instances that existed for the bundle before it was * deleted. |