Opened 12 years ago
Last modified 11 years ago
#2431 new defect (bug)
Missing uninstall hooks and function calls
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.8 | Priority: | normal |
| Severity: | normal | Version: | trunk |
| Component: | Tools | Keywords: | |
| Cc: | lmoffereins@… |
Description
Using 2.4, currently bbp_uninstall() creates a dedicated hook in core/sub-actions.php, but the function itself isn't hooked anywhere. It's only the phpDoc of bbp_activation() that reminds us vaguely of a former call to register_uninstall_hook(). Additionally the function bbp_do_uninstall has a similar problem, as well as bbp_delete_user_options. I tried to find any other 'uninstall' functions, terms or comments in 2.4, but couldn't find any.
I do not tend to uninstall bbPress, but I noticed when browsing the source.
Change History (4)
Note: See
TracTickets for help on using
tickets.
Thanks for the reminder here. We'll probably try to work this into a future release (2.7?)
Ultimately, we may end up needing to go the
uninstall.phproute: http://codex.wordpress.org/Function_Reference/register_uninstall_hook#uninstall.php