Opened 13 years ago
Closed 13 years ago
#3836 closed defect (bug) (fixed)
Loading admin files when not in admin
Reported by: | johnjamesjacoby | Owned by: | johnjamesjacoby |
---|---|---|---|
Milestone: | 1.6 | Priority: | normal |
Severity: | normal | Version: | 1.5.1 |
Component: | Core | Keywords: | |
Cc: |
Description
Right now bp_core_admin_menu_init() is including all of the admin files even when not in wp-admin. It needs an is_admin() check, and probably some refactoring as we move to using the settings API.
Note: See
TracTickets for help on using
tickets.
(In [5510]) Do not load the admin functions when not in wp-admin. Fixes #3836.