#3553 closed defect (bug) (fixed)
Do not match a page slug if component is not active
Reported by: | johnjamesjacoby | Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Core | 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.
(In [5105]) Prevent root slugs of deactivated components from returning false positive match. Fixes #3553.