Changeset 18560 for trunk/wp-includes/ms-functions.php
- Timestamp:
- 08/17/2011 05:49:57 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/ms-functions.php
r18524 r18560 20 20 global $wpdb; 21 21 22 $stats['blogs'] = get_blog_count(); 23 $stats['users'] = get_user_count(); 22 $stats = array( 23 'blogs' => get_blog_count(), 24 'users' => get_user_count(), 25 ); 24 26 25 27 return $stats;
Note: See TracChangeset
for help on using the changeset viewer.