diff options
Diffstat (limited to 'documentation/stubs')
-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. * |