From 782fd909b042740f736b8c668f74d47a43f703f3 Mon Sep 17 00:00:00 2001 From: ewinslow Date: Tue, 15 Feb 2011 00:42:44 +0000 Subject: Replaced all occurrences of register_page_handler in core with elgg_register_page_handler git-svn-id: http://code.elgg.org/elgg/trunk@8244 36083f99-b078-4883-b0ff-0f9b5a30f544 --- documentation/stubs/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/stubs') diff --git a/documentation/stubs/config.php b/documentation/stubs/config.php index 86ba54e6d..19e76c8ae 100644 --- a/documentation/stubs/config.php +++ b/documentation/stubs/config.php @@ -106,7 +106,7 @@ $CONFIG->registered_tag_metadata_names; /** * An associative array of page handlers and their function names. * - * Page handlers must be registered by {@link register_page_handler()} and + * Page handlers must be registered by {@link elgg_register_page_handler()} and * will be dispatched by {@link engine/handlers/pagehandler.php} to the * proper function. * -- cgit v1.2.3