Changeset 9231 for trunk/src/bp-members/bp-members-functions.php
- Timestamp:
- 12/15/2014 08:38:11 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-members/bp-members-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-members/bp-members-functions.php
r9210 r9231 598 598 global $wpdb; 599 599 600 if ( !$count = wp_cache_get( 'bp_total_member_count', 'bp' ) ) { 600 $count = wp_cache_get( 'bp_total_member_count', 'bp' ); 601 602 if ( false === $count ) { 601 603 $status_sql = bp_core_get_status_sql(); 602 604 $count = $wpdb->get_var( "SELECT COUNT(ID) FROM {$wpdb->users} WHERE {$status_sql}" );
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)