Opened 2 years ago
Closed 2 years ago
#9216 closed defect (bug) (fixed)
Various object cache groups are called upon, but were never actually created (episode 2)
| Reported by: | imath | Owned by: | imath |
|---|---|---|---|
| Priority: | normal | Milestone: | 15.0.0 |
| Component: | (not sure) | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
This is a follow up of #8590.
It's also the case for:
bp_signupsbp_optouts
and possibly more others.
Change History (3)
This ticket was mentioned in PR #351 on buddypress/buddypress by @imath.
2 years ago
#2
- Keywords has-patch added; needs-patch removed
- Adds
bp_optoutsto the BP Core component global cache group registration. - Adds
bp_signupsto the BP Members component global cache group registration.
Trac ticket: https://buddypress.trac.wordpress.org/ticket/9216
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
After a complete review, these 2 are the only ones that are not initialized thanks to
wp_cache_add_global_groups().