Make WordPress Core


Ignore:
Timestamp:
10/04/2017 10:16:21 PM (7 years ago)
Author:
johnbillion
Message:

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

See #38741

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/update.php

    r41613 r41753  
    7979        $multisite_enabled = 1;
    8080    } else {
    81         $user_count = wp_get_active_user_count();
     81        $user_count = count_users();
     82        $user_count = $user_count['total_users'];
    8283        $multisite_enabled = 0;
    8384        $num_blogs = 1;
Note: See TracChangeset for help on using the changeset viewer.