summaryrefslogtreecommitdiff
path: root/includes/common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/common.inc')
-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