summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2011-03-21 11:17:05 -0700
committerwebchick <webchick@24967.no-reply.drupal.org>2011-03-21 11:17:05 -0700
commit7c81e601096e6a8e33b738bacb944b8aebd36c33 (patch)
tree4a25698017c0ef7a36383b673a783c09e2389798 /includes
parent34c6cdd66bac4c7b0c262cc2873c88a65f7b591c (diff)
downloadbrdo-7c81e601096e6a8e33b738bacb944b8aebd36c33.tar.gz
brdo-7c81e601096e6a8e33b738bacb944b8aebd36c33.tar.bz2
Issue #1031692 by jhodgdon: entity_load() doc should not say to use for more than one load only.
Diffstat (limited to 'includes')
-rw-r--r--includes/common.inc3
1 files changed, 1 insertions, 2 deletions
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