Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #6242, comment 3


Ignore:
Timestamp:
02/23/2015 01:04:39 AM (10 years ago)
Author:
johnjamesjacoby
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6242, comment 3

    initial v1  
    1 `bp_member_type_object` is the most accurate, but because we always cache full objects is also redundant.
     1`bp_member_type_object` is the most accurate, but because we always cache full objects when they are available is maybe also redundant.
    22
    33The only places we use the `bp_member_type` cache are when touching the type for a single member, so how about `bp_single_member_type`?