From 7c81e601096e6a8e33b738bacb944b8aebd36c33 Mon Sep 17 00:00:00 2001 From: webchick Date: Mon, 21 Mar 2011 11:17:05 -0700 Subject: Issue #1031692 by jhodgdon: entity_load() doc should not say to use for more than one load only. --- includes/common.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'includes') diff --git a/includes/common.inc b/includes/common.inc index e9286f4eb..0a3ed73ae 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -7388,8 +7388,7 @@ function entity_create_stub_entity($entity_type, $ids) { /** * Load entities from the database. * - * This function should be used whenever you need to load more than one entity - * from the database. The entities are loaded into memory and will not require + * The entities are stored in a static memory cache, and will not require * database access if loaded again during the same page request. * * The actual loading is done through a class that has to implement the -- cgit v1.2.3