Opened 17 years ago
Closed 17 years ago
#1323 closed defect (bug) (fixed)
Message and activity admin_menu hook priority
| Reported by: | petronic | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.1.3 |
| Component: | Version: | ||
| Severity: | 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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [2105]) Fixes #1323 props petronic