aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/users.php
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-03-26 15:51:35 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-03-26 15:51:35 +0000
commitc13f548c43aac69f121363ffafc77a6571a71df1 (patch)
tree78f24432c882baa759d096c12c0165e86e31217e /engine/lib/users.php
parent34c502d94a0a729c99ad538ecf3e6e4ceeb8353e (diff)
downloadelgg-c13f548c43aac69f121363ffafc77a6571a71df1.tar.gz
elgg-c13f548c43aac69f121363ffafc77a6571a71df1.tar.bz2
some light standardization of the core libraries
git-svn-id: http://code.elgg.org/elgg/trunk@8843 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/users.php')
-rw-r--r--engine/lib/users.php10
1 files changed, 1 insertions, 9 deletions
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) {