#3553 closed defect (bug) (fixed)
Do not match a page slug if component is not active
| Reported by: | johnjamesjacoby | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.5 |
| Component: | Core | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
If a BuddyPress root page slug is set, and a component is deactivated, nothing can override that slug and BuddyPress assumes you are viewing an inactive component.
Fix will be in bp_core_set_uri_globals()
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [5105]) Prevent root slugs of deactivated components from returning false positive match. Fixes #3553.