Skip to content

Commit

Permalink
fix(docs): document correct function
Browse files Browse the repository at this point in the history
  • Loading branch information
RiverVanRain committed Aug 29, 2023
1 parent dee277e commit e9ba84a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/appendix/upgrade-notes/4.x-to-5.0.rst
Expand Up @@ -440,7 +440,7 @@ Deprecated APIs

* ``elgg_clear_plugin_hook_handlers`` use ``elgg_clear_event_handlers``
* ``elgg_register_plugin_hook_handler`` use ``elgg_register_event_handler``
* ``elgg_trigger_plugin_hook`` use ``elgg_trigger_event_result``
* ``elgg_trigger_plugin_hook`` use ``elgg_trigger_event_results``
* ``elgg_unregister_plugin_hook_handler`` use ``elgg_unregister_event_handler``
* ``get_user_by_email`` use ``elgg_get_user_by_email``
* ``get_user_by_username`` use ``elgg_get_user_by_username``
Expand Down

0 comments on commit e9ba84a

Please sign in to comment.