Changeset 9231 for trunk/src/bp-blogs/bp-blogs-functions.php
- Timestamp:
- 12/15/2014 08:38:11 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-blogs/bp-blogs-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-blogs/bp-blogs-functions.php
r9218 r9231 1145 1145 */ 1146 1146 function bp_blogs_total_blogs() { 1147 if ( !$count = wp_cache_get( 'bp_total_blogs', 'bp' ) ) { 1147 $count = wp_cache_get( 'bp_total_blogs', 'bp' ); 1148 1149 if ( false === $count ) { 1148 1150 $blogs = BP_Blogs_Blog::get_all(); 1149 1151 $count = $blogs['total'];
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)