Users: Revert [41613], [41614], and [41623] as this feature needs some more work.

See #38741

Built from https://develop.svn.wordpress.org/trunk@41753


git-svn-id: http://core.svn.wordpress.org/trunk@41587 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn
2017-10-04 22:17:46 +00:00
parent adb8f0161b
commit 50948669eb
6 changed files with 18 additions and 113 deletions

View File

@@ -78,7 +78,8 @@ function wp_version_check( $extra_stats = array(), $force_check = false ) {
$wp_install = network_site_url();
$multisite_enabled = 1;
} else {
$user_count = wp_get_active_user_count();
$user_count = count_users();
$user_count = $user_count['total_users'];
$multisite_enabled = 0;
$num_blogs = 1;
$wp_install = home_url( '/' );