From 125dcdd329b3159808c097f02597e908be3ad8d0 Mon Sep 17 00:00:00 2001 From: cash Date: Sun, 6 Feb 2011 20:04:57 +0000 Subject: fixed some minor documentation issues git-svn-id: http://code.elgg.org/elgg/trunk@8050 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/entities.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engine/lib/entities.php') diff --git a/engine/lib/entities.php b/engine/lib/entities.php index ac2679dfc..3ab53c678 100644 --- a/engine/lib/entities.php +++ b/engine/lib/entities.php @@ -1050,7 +1050,7 @@ function elgg_get_entity_type_subtype_where_sql($table, $types, $subtypes, $pair * @param NULL|array $guids Array of GUIDs. * * @return false|str - * @since 1.8 + * @since 1.8.0 * @access private */ function elgg_get_guid_based_where_sql($column, $guids) { @@ -2080,8 +2080,8 @@ function recursive_delete_permissions_check() { * @param string $subtype Entity subtype * @param string $class Class name * - * @return Bool - * @since 1.8 + * @return bool + * @since 1.8.0 */ function elgg_instanceof($entity, $type = NULL, $subtype = NULL, $class = NULL) { $return = ($entity instanceof ElggEntity); -- cgit v1.2.3