Opened 4 months ago
Closed 4 months 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 |
---|---|---|---|
Milestone: | 15.0.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | (not sure) | Keywords: | has-patch |
Cc: |
Description
This is a follow up of #8590.
It's also the case for:
bp_signups
bp_optouts
and possibly more others.
Change History (3)
This ticket was mentioned in PR #351 on buddypress/buddypress by @imath.
4 months ago
#2
- Keywords has-patch added; needs-patch removed
- Adds
bp_optouts
to the BP Core component global cache group registration. - Adds
bp_signups
to 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.
After a complete review, these 2 are the only ones that are not initialized thanks to
wp_cache_add_global_groups()
.