Changeset 11165
- Timestamp:
- 09/28/2016 04:25:40 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-forums/bp-forums-loader.php
r10821 r11165 269 269 parent::setup_title(); 270 270 } 271 272 /** 273 * Disable cache groups due to a caching discrepancy in BackPress. 274 * 275 * @since 2.7.0 276 * @see https://buddypress.trac.wordpress.org/ticket/4759 277 */ 278 public function setup_cache_groups() { 279 wp_cache_add_non_persistent_groups( array( 280 // Posts. 281 'bb_forums', 282 'bb_query', 283 'bb_cache_posts_post_ids', 284 285 // Topics 286 'bb_post' 287 ) ); 288 } 271 289 } 272 290
Note: See TracChangeset
for help on using the changeset viewer.