diff options
author | cash <cash.costello@gmail.com> | 2013-03-15 11:18:05 -0400 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2013-03-15 11:18:05 -0400 |
commit | a2ecf54d56d9f877e6f0f8ac6d841cee6187aac4 (patch) | |
tree | ccd5b6029d3f77cc09144132d12fbd2c2e2b0fa4 /engine/lib/location.php | |
parent | 4cd8bc8d68008f509ce97b2e31e1e5ccfec7bdf0 (diff) | |
download | elgg-a2ecf54d56d9f877e6f0f8ac6d841cee6187aac4.tar.gz elgg-a2ecf54d56d9f877e6f0f8ac6d841cee6187aac4.tar.bz2 |
more coding standard fixes
Diffstat (limited to 'engine/lib/location.php')
-rw-r--r-- | engine/lib/location.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/location.php b/engine/lib/location.php index b319bb3bb..1534c7d7b 100644 --- a/engine/lib/location.php +++ b/engine/lib/location.php @@ -139,7 +139,7 @@ function elgg_get_entities_from_location(array $options = array()) { /** * Returns a viewable list of entities from location * - * @param array $options + * @param array $options Options array * * @see elgg_list_entities() * @see elgg_get_entities_from_location() |