Opened 16 years ago
Closed 15 years ago
#3036 closed defect (bug) (fixed)
Blogs is active even after deactivating it.
| Reported by: | jasonnathan | Owned by: | johnjamesjacoby |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.5 |
| Component: | Core | Version: | |
| Severity: | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.