Opened 13 years ago
Closed 13 years ago
#3872 closed enhancement (fixed)
bp_activity_get_meta() should cache all results
Reported by: | DJPaul | Owned by: | |
---|---|---|---|
Milestone: | 1.6 | Priority: | major |
Severity: | major | Version: | |
Component: | Activity | Keywords: | |
Cc: |
Description
bp_activity_get_meta() only caches a specific key. It should cache when all metas are requested, like get_user_meta() does.
Note: See
TracTickets for help on using
tickets.
(In [5612]) Cache all activity meta when bp_activity_get_meta() is called without a meta_key. Fixes #3872