From c13f548c43aac69f121363ffafc77a6571a71df1 Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 26 Mar 2011 15:51:35 +0000 Subject: some light standardization of the core libraries git-svn-id: http://code.elgg.org/elgg/trunk@8843 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/users.php | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'engine/lib/users.php') diff --git a/engine/lib/users.php b/engine/lib/users.php index 6733c9d3e..987762576 100644 --- a/engine/lib/users.php +++ b/engine/lib/users.php @@ -1075,14 +1075,6 @@ function collections_submenu_items() { 'text' => elgg_echo('friends:collections'), 'href' => "collections/$user->username", )); -/* - elgg_register_menu_item('page', array( - 'name' => 'friends:collections:add', - 'text' => elgg_echo('friends:collections:add'), - 'href' => "collections/add", - )); - * - */ } /** @@ -1244,7 +1236,7 @@ function user_create_hook_add_site_relationship($event, $object_type, $object) { * @param string $hook * @param string $entity_type * @param string $returnvalue - * @param array $params + * @param array $params * @return string */ function user_avatar_hook($hook, $entity_type, $returnvalue, $params) { -- cgit v1.2.3