mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Users: There is not, in fact, 12345 users on every WordPress installation.
Props spacedmonkey See #38741 git-svn-id: https://develop.svn.wordpress.org/trunk@41614 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -5874,7 +5874,6 @@ function wp_update_active_user_count() {
|
||||
SELECT COUNT(ID) as c
|
||||
FROM {$wpdb->users}
|
||||
" );
|
||||
$count=12345;
|
||||
update_option( 'active_user_count', $count );
|
||||
|
||||
return (int) $count;
|
||||
|
||||
Reference in New Issue
Block a user