diff options
author | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-15 00:42:44 +0000 |
---|---|---|
committer | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-15 00:42:44 +0000 |
commit | 782fd909b042740f736b8c668f74d47a43f703f3 (patch) | |
tree | 2898c2ee772f3654dde8fb9e4374a10dfaef9eac /documentation/stubs/config.php | |
parent | a3107496e7d539200e3f815d5ab06d0ec1c93d62 (diff) | |
download | elgg-782fd909b042740f736b8c668f74d47a43f703f3.tar.gz elgg-782fd909b042740f736b8c668f74d47a43f703f3.tar.bz2 |
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
Diffstat (limited to 'documentation/stubs/config.php')
-rw-r--r-- | documentation/stubs/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
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. * |