diff options
Diffstat (limited to 'includes/common.inc')
-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 |