Changeset 1250 for trunk/bp-core/bp-core-adminbar.php
- Timestamp:
- 03/25/2009 04:01:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-adminbar.php
r1238 r1250 127 127 if ( function_exists('bp_blogs_install') ) { 128 128 129 if ( !$blogs = wp_cache_get( 'bp_ user_blogs_' . $bp->loggedin_user->id, 'bp' ) ) {129 if ( !$blogs = wp_cache_get( 'bp_blogs_of_user_' . $bp->loggedin_user->id, 'bp' ) ) { 130 130 $blogs = get_blogs_of_user( $bp->loggedin_user->id ); 131 wp_cache_set( 'bp_ user_blogs_' . $bp->loggedin_user->id, $blogs, 'bp' );131 wp_cache_set( 'bp_blogs_of_user_' . $bp->loggedin_user->id, $blogs, 'bp' ); 132 132 } 133 133
Note: See TracChangeset
for help on using the changeset viewer.