Skip to:
Content

BuddyPress.org

Changes between Version 1 and Version 2 of Ticket #4522, comment 4


Ignore:
Timestamp:
01/10/2013 02:02:42 PM (12 years ago)
Author:
wpdennis
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4522, comment 4

    v1 v2  
    44
    55Which groups have you disabled? bb_topic, bb_post, bb_forum and bb_option?
     6
     7Edit:
     8Ended up with that:
     9{{{
     10wp_cache_add_non_persistent_groups(array('bb_query', 'bb_cache_posts_post_ids', 'bb_forums', 'bb_topics', 'bb_posts', 'bb_forum', 'bb_topic', 'bb_post', 'bb_option', 'bb_option_not_set', 'bb_topic_tag_terms'));
     11}}}