Changeset 9471 for trunk/src/bp-core/admin/bp-core-tools.php
- Timestamp:
- 02/10/2015 02:49:16 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/admin/bp-core-tools.php
r9308 r9471 156 156 */ 157 157 function bp_admin_repair_friend_count() { 158 global $wpdb , $bp;158 global $wpdb; 159 159 160 160 if ( ! bp_is_active( 'friends' ) ) { … … 169 169 return array( 1, sprintf( $statement, $result ) ); 170 170 } 171 172 $bp = buddypress(); 171 173 172 174 // Walk through all users on the site … … 212 214 */ 213 215 function bp_admin_repair_group_count() { 214 global $wpdb , $bp;216 global $wpdb; 215 217 216 218 if ( ! bp_is_active( 'groups' ) ) { … … 225 227 return array( 1, sprintf( $statement, $result ) ); 226 228 } 229 230 $bp = buddypress(); 227 231 228 232 // Walk through all users on the site
Note: See TracChangeset
for help on using the changeset viewer.