diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-01-18 03:28:13 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-01-18 03:28:13 +0000 |
commit | 037496ce3f7c298234d1763fa19826e537c8a9c2 (patch) | |
tree | feb1362e4783c7909acf0888b5c50e4e9c963377 | |
parent | 1488a397e903605b50dac46e09ecf669d074b3fb (diff) | |
download | brdo-037496ce3f7c298234d1763fa19826e537c8a9c2.tar.gz brdo-037496ce3f7c298234d1763fa19826e537c8a9c2.tar.bz2 |
- Patch #686532 by linclark: typo in entity_extract_ids() api doc.
-rw-r--r-- | includes/common.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc index e04c71303..2526d35a9 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -6444,7 +6444,6 @@ function entity_info_cache_clear() { * @return * A numerically indexed array (not a hash table) containing these * elements: - * * 0: primary id of the entity * 1: revision id of the entity, or NULL if $entity_type is not versioned * 2: bundle name of the entity |