#1912 closed defect (bug) (fixed)
Override logic in bbp_register_theme_package() maybe wrong
Reported by: | DJPaul | Owned by: | |
---|---|---|---|
Milestone: | 2.1.1 | Priority: | normal |
Severity: | minor | Version: | 2.1 |
Component: | Appearance - Theme Compatibility | Keywords: | has-patch |
Cc: |
Description
The logic controlling $override in bbp_register_theme_package() seems a bit off. The comment indicates that if a package of the same ID is already registered, then you need to set $override to true to override it. Right now, if $override (which defaults to true) is set to false, it won't register the package at all.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
(In [4106]) Theme Compat: