Changeset 10365 for trunk/src/bp-core/bp-core-functions.php
- Timestamp:
- 11/19/2015 05:37:35 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/bp-core-functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-functions.php
r10356 r10365 544 544 545 545 // Look in cache first. 546 $pages = wp_cache_get( 'directory_pages', 'bp ' );546 $pages = wp_cache_get( 'directory_pages', 'bp_pages' ); 547 547 548 548 if ( false === $pages ) { … … 588 588 } 589 589 590 wp_cache_set( 'directory_pages', $pages, 'bp ' );590 wp_cache_set( 'directory_pages', $pages, 'bp_pages' ); 591 591 } 592 592
Note: See TracChangeset
for help on using the changeset viewer.