aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/entities.php
diff options
context:
space:
mode:
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-12 03:53:07 +0000
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-12 03:53:07 +0000
commit66ae062ed9420effec4661b62a5c06f13c1e69ea (patch)
treee5d8f24e363273e7f1b474a374df5f0a07702e8a /engine/lib/entities.php
parent8e4a4cc6f5267d2060cafed7fd2533be29536f80 (diff)
downloadelgg-66ae062ed9420effec4661b62a5c06f13c1e69ea.tar.gz
elgg-66ae062ed9420effec4661b62a5c06f13c1e69ea.tar.bz2
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
Diffstat (limited to 'engine/lib/entities.php')
-rw-r--r--engine/lib/entities.php4
1 files changed, 2 insertions, 2 deletions
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;