Opened 15 years ago
Closed 15 years ago
#1323 closed defect (bug) (fixed)
Message and activity admin_menu hook priority
Reported by: | petronic | Owned by: | |
---|---|---|---|
Milestone: | 1.1.3 | Priority: | major |
Severity: | Version: | ||
Component: | Keywords: | ||
Cc: |
Description
Functions:
messages_check_installed()
bp_activity_check_installed()
are called by the hook:
add_action( 'admin_menu', 'bp_activity_check_installed', 2 );
In all other components priority for admin_menu hook for check_install functions is default, not 2.
Can you change priority to default for these two components also? It's hard to hook in here when checks are done at different time.
Patch attached.
Thanks!
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [2105]) Fixes #1323 props petronic