Opened 14 years ago
Closed 14 years ago
#3036 closed defect (bug) (fixed)
Blogs is active even after deactivating it.
Reported by: | jasonnathan | Owned by: | johnjamesjacoby |
---|---|---|---|
Milestone: | 1.5 | Priority: | normal |
Severity: | Version: | ||
Component: | Core | Keywords: | |
Cc: |
Description
function bp_is_active( 'blogs' )
still returns true although I have deactivated blogs.
I found out because the admin bar still show the "Visit Random Blog" option.
Deactivated after the setup routine. Please let me know if you need more information. Using WP 3.1-RC3-17365 & BP rev 3962.
Change History (3)
Note: See
TracTickets for help on using
tickets.
I can't recreate this, but I suspect it's to do with $active_components vs $disabled_components, on a clean install vs. an upgrade on an existing database. Need to look at this once $disabled_components is fully removed.