diff options
Diffstat (limited to 'engine/lib/metadata.php')
-rw-r--r-- | engine/lib/metadata.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/engine/lib/metadata.php b/engine/lib/metadata.php index c123a89b0..600e72e71 100644 --- a/engine/lib/metadata.php +++ b/engine/lib/metadata.php @@ -328,6 +328,12 @@ function delete_metadata($id) { * * @see elgg_get_entities * + * @warning 1.7's find_metadata() didn't support limits and returned all metadata. + * This function defaults to a limit of 25. There is probably not a reason + * for you to return all metadata unless you're exporting an entity, + * have other restraints in place, or are doing something horribly + * wrong in your code. + * * @param array $options Array in format: * * metadata_names => NULL|ARR metadata names |