From 66ae062ed9420effec4661b62a5c06f13c1e69ea Mon Sep 17 00:00:00 2001 From: ewinslow Date: Sat, 12 Feb 2011 03:53:07 +0000 Subject: register_entity_url_handler => elgg_register_entity_url_handler (because every other reigstration function asks for the callback last) git-svn-id: http://code.elgg.org/elgg/trunk@8140 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/entities.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engine/lib/entities.php') diff --git a/engine/lib/entities.php b/engine/lib/entities.php index 459f05ada..4a1e496ec 100644 --- a/engine/lib/entities.php +++ b/engine/lib/entities.php @@ -1817,9 +1817,9 @@ function get_entity_url($entity_guid) { * @return true|false Depending on success * @see get_entity_url() * @see ElggEntity::getURL() + * @since 1.8.0 */ -function register_entity_url_handler($function_name, $entity_type = "all", -$entity_subtype = "all") { +function elgg_register_entity_url_handler($entity_type, $entity_subtype, $function_name) { global $CONFIG; -- cgit v1.2.3