diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-01-13 13:03:26 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-01-13 13:03:26 +0000 |
commit | 4a3da31d914e5b111ac6b547faefa49e522502d4 (patch) | |
tree | 5b2a192ea82b1cd960efb5b65f9683945b3a8de4 | |
parent | 183d87803765c29efd7dcaf775ae227dbafd5175 (diff) | |
download | brdo-4a3da31d914e5b111ac6b547faefa49e522502d4.tar.gz brdo-4a3da31d914e5b111ac6b547faefa49e522502d4.tar.bz2 |
#636992 follow-up by catch: small doc fix.
-rw-r--r-- | includes/common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc index f8fb336c6..46bc96e01 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -6489,7 +6489,7 @@ function entity_get_controller($entity_type) { * * If adding a new entity similar to nodes, comments or users, you should * invoke this function during the ENTITY_build_content() or - * ENTITY_build_multiple() phases of rendering to allow other modules to alter + * ENTITY_view_multiple() phases of rendering to allow other modules to alter * the objects during this phase. This is needed for situations where * information needs to be loaded outside of ENTITY_load() - particularly * when loading entities into one another - i.e. a user object into a node, due |